remove-debug

This commit is contained in:
tonyrewin 2023-04-17 01:39:10 +03:00
parent a6bfbeec14
commit 352fc55301

View File

@ -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'])