remove-debug
This commit is contained in:
@@ -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'])
|
||||||
|
Reference in New Issue
Block a user