From fd1c49d93fc4682e887aa0211d115d00d7917530 Mon Sep 17 00:00:00 2001 From: lzzy12 Date: Sun, 27 Oct 2019 19:02:36 +0530 Subject: [PATCH] Fix indentation error Signed-off-by: lzzy12 --- bot/modules/mirror.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot/modules/mirror.py b/bot/modules/mirror.py index 4e4eeec..2e063e5 100644 --- a/bot/modules/mirror.py +++ b/bot/modules/mirror.py @@ -93,11 +93,11 @@ class MirrorListener(listeners.MirrorListeners): with status_reply_dict_lock: del status_reply_dict[self.update.effective_chat.id] except BadRequest as e: - LOGGER.error(str(e)) + LOGGER.error(str(e)) # This means that the message has been deleted because of a /status command pass except KeyError as e: - LOGGER.error(str(e)) + LOGGER.error(str(e)) pass sendMessage(msg, self.context, self.update) try: