chore: cleanup unused (and now unsupported) comments

This commit is contained in:
Matthias
2025-09-21 14:57:24 +02:00
parent 16117e5b6c
commit 4804ec986a

View File

@@ -362,9 +362,7 @@ class Telegram(RPCHandler):
await self._app.updater.start_polling(
bootstrap_retries=-1,
timeout=20,
# read_latency=60, # Assumed transmission latency
drop_pending_updates=True,
# stop_signals=[], # Necessary as we don't run on the main thread
)
while True:
await asyncio.sleep(10)