Skip to content

Commit 4804ec9

Browse files
committed
chore: cleanup unused (and now unsupported) comments
1 parent 16117e5 commit 4804ec9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

freqtrade/rpc/telegram.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,9 +362,7 @@ async def _startup_telegram(self) -> None:
362362
await self._app.updater.start_polling(
363363
bootstrap_retries=-1,
364364
timeout=20,
365-
# read_latency=60, # Assumed transmission latency
366365
drop_pending_updates=True,
367-
# stop_signals=[], # Necessary as we don't run on the main thread
368366
)
369367
while True:
370368
await asyncio.sleep(10)

0 commit comments

Comments
 (0)