temporary debug

This commit is contained in:
Josh Fraser 2020-02-24 18:04:26 -08:00
parent 0e94b860e4
commit 9bb0a85751
1 changed files with 1 additions and 0 deletions

1
bot.py
View File

@ -283,6 +283,7 @@ class TelegramMonitorBot:
print("👮‍♂️ Skipping checks. User is admin: {}".format(user.id))
else:
# Security checks
print(json.dumps(update))
self.attachment_check(bot, update)
self.security_check_username(bot, update)
self.security_check_message(bot, update)