polling-log2

This commit is contained in:
2024-09-26 14:13:33 +03:00
parent fb977fe529
commit ff57e35f53
2 changed files with 5 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ async def start():
offset = 0 # init offset
while True:
response = await telegram_api("getUpdates", offset=offset, allowed_updates=['message', 'message_reaction'])
logger.debug(response)
# logger.debug(response)
if isinstance(response, dict):
result = response.get("result", [])
for update in result: