comment wasn't accurate

This commit is contained in:
Stan James 2018-02-05 16:19:44 -07:00 committed by GitHub
parent 9409b4bfbe
commit 71067ed856
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
bot.py
View File

@ -37,7 +37,7 @@ class TelegramMonitorBot:
def ban_user(self, update): def ban_user(self, update):
""" Ban user from update if not listed as safe user """ """ Ban user """
kick_success = update.message.chat.kick_member(update.message.from_user.id) kick_success = update.message.chat.kick_member(update.message.from_user.id)
# print ("Not banning in testing") # print ("Not banning in testing")