diff --git a/run.py b/run.py index e86f084..110b270 100644 --- a/run.py +++ b/run.py @@ -46,7 +46,6 @@ async def main(): with contextlib.suppress(asyncio.CancelledError): await ws_task await tg_task - await web_socket.clear_user_sockets() except Exception as e: logger.error("Bot stopped with error: %s", e)