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 adaffc4c6f
commit 1c56f9b386
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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):
"""