diff --git a/bot.py b/bot.py index b997d23..8a43595 100644 --- a/bot.py +++ b/bot.py @@ -33,6 +33,12 @@ def on_chat(msg): else: users[str(from_id)] = user + # just want to know + try: + print('student_id:', user._username) + except: + pass + if content_type == 'text': # pre-treat the command command = [msg['text']]