Fix indentation error

Signed-off-by: lzzy12 <jhashivam2020@gmail.com>
This commit is contained in:
lzzy12 2019-10-27 19:02:36 +05:30
parent 6ec7a716d3
commit fd1c49d93f

View File

@ -93,11 +93,11 @@ class MirrorListener(listeners.MirrorListeners):
with status_reply_dict_lock: with status_reply_dict_lock:
del status_reply_dict[self.update.effective_chat.id] del status_reply_dict[self.update.effective_chat.id]
except BadRequest as e: 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 # This means that the message has been deleted because of a /status command
pass pass
except KeyError as e: except KeyError as e:
LOGGER.error(str(e)) LOGGER.error(str(e))
pass pass
sendMessage(msg, self.context, self.update) sendMessage(msg, self.context, self.update)
try: try: