Update comms.py

Move around the f to outside of the string.
This commit is contained in:
homeofpoe 2022-10-27 09:40:39 -07:00 committed by GitHub
parent 2cf69c89e6
commit 39752261a8

View file

@ -547,7 +547,7 @@ class CmdChannel(COMMAND_DEFAULT_CLASS):
if message:
channel.msg(message, senders=caller, bypass_mute=True)
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):
"""