Update comms.py
Move around the f to outside of the string.
This commit is contained in:
parent
2cf69c89e6
commit
39752261a8
1 changed files with 1 additions and 1 deletions
|
|
@ -547,7 +547,7 @@ class CmdChannel(COMMAND_DEFAULT_CLASS):
|
||||||
if message:
|
if message:
|
||||||
channel.msg(message, senders=caller, bypass_mute=True)
|
channel.msg(message, senders=caller, bypass_mute=True)
|
||||||
channel.delete()
|
channel.delete()
|
||||||
logger.log_sec("fChannel {channel_key} was deleted by {caller}")
|
logger.log_sec(f"Channel {channel_key} was deleted by {caller}")
|
||||||
|
|
||||||
def set_lock(self, channel, lockstring):
|
def set_lock(self, channel, lockstring):
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue