Telegram - Fix update offset

This commit is contained in:
Johnny Gear 2025-11-13 22:03:20 -06:00
parent 54ccc36a4a
commit 596d5df0b0

View file

@ -122,7 +122,7 @@ async def handle_commands(commands=commands):
logger.exception('Problem while executing a command')
break
offset = update['update_id'] + 1
offset = update['update_id'] + 1
else:
logger.warning("getUpdates was not ok {}".format(update))
await asyncio.sleep(30)