temporary debug
This commit is contained in:
parent
0e94b860e4
commit
9bb0a85751
1
bot.py
1
bot.py
@ -283,6 +283,7 @@ class TelegramMonitorBot:
|
|||||||
print("👮♂️ Skipping checks. User is admin: {}".format(user.id))
|
print("👮♂️ Skipping checks. User is admin: {}".format(user.id))
|
||||||
else:
|
else:
|
||||||
# Security checks
|
# Security checks
|
||||||
|
print(json.dumps(update))
|
||||||
self.attachment_check(bot, update)
|
self.attachment_check(bot, update)
|
||||||
self.security_check_username(bot, update)
|
self.security_check_username(bot, update)
|
||||||
self.security_check_message(bot, update)
|
self.security_check_message(bot, update)
|
||||||
|
Loading…
Reference in New Issue
Block a user