remove-debug
This commit is contained in:
parent
a6bfbeec14
commit
352fc55301
|
@ -78,7 +78,6 @@ async def handle(req):
|
||||||
print(r.json())
|
print(r.json())
|
||||||
else:
|
else:
|
||||||
print(f'old member speak {msg["text"]}')
|
print(f'old member speak {msg["text"]}')
|
||||||
print(newcomers) # debug only
|
|
||||||
if 'callback_query' in update:
|
if 'callback_query' in update:
|
||||||
callback_query = update['callback_query']
|
callback_query = update['callback_query']
|
||||||
chat_id = str(callback_query['message']['chat']['id'])
|
chat_id = str(callback_query['message']['chat']['id'])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user