2
0
forked from kodorvan/stcs

Redundant call removed

This commit is contained in:
algizn97
2025-10-17 11:13:31 +05:00
parent 3616e2cbd3
commit 720b30d681

1
run.py
View File

@@ -46,7 +46,6 @@ async def main():
with contextlib.suppress(asyncio.CancelledError): with contextlib.suppress(asyncio.CancelledError):
await ws_task await ws_task
await tg_task await tg_task
await web_socket.clear_user_sockets()
except Exception as e: except Exception as e:
logger.error("Bot stopped with error: %s", e) logger.error("Bot stopped with error: %s", e)