From 720b30d6815c92e954964177148cba4f86f49fab Mon Sep 17 00:00:00 2001 From: algizn97 Date: Fri, 17 Oct 2025 11:13:31 +0500 Subject: [PATCH] Redundant call removed --- run.py | 1 - 1 file changed, 1 deletion(-) 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)