chore: cleanup unused (and now unsupported) comments
This commit is contained in:
@@ -362,9 +362,7 @@ class Telegram(RPCHandler):
|
|||||||
await self._app.updater.start_polling(
|
await self._app.updater.start_polling(
|
||||||
bootstrap_retries=-1,
|
bootstrap_retries=-1,
|
||||||
timeout=20,
|
timeout=20,
|
||||||
# read_latency=60, # Assumed transmission latency
|
|
||||||
drop_pending_updates=True,
|
drop_pending_updates=True,
|
||||||
# stop_signals=[], # Necessary as we don't run on the main thread
|
|
||||||
)
|
)
|
||||||
while True:
|
while True:
|
||||||
await asyncio.sleep(10)
|
await asyncio.sleep(10)
|
||||||
|
|||||||
Reference in New Issue
Block a user