From 54c7a4c11c4d9c8681d576e98a744dd2b77cda8b Mon Sep 17 00:00:00 2001 From: AURUMVORXX Date: Sun, 26 Oct 2025 22:26:10 +0500 Subject: [PATCH] =?UTF-8?q?fix:=20=D0=A3=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD?= =?UTF-8?q?=D0=BE=20=D0=BD=D0=B5=D0=BD=D1=83=D0=B6=D0=BD=D0=BE=D0=B5=20?= =?UTF-8?q?=D0=BB=D0=BE=D0=B3=D0=B8=D1=80=D1=83=D1=8E=D1=89=D0=B5=D0=B5=20?= =?UTF-8?q?=D1=81=D0=BE=D0=BE=D0=B1=D1=89=D0=B5=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pyg2o/server.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pyg2o/server.py b/src/pyg2o/server.py index 0bc0d32..7a79cac 100644 --- a/src/pyg2o/server.py +++ b/src/pyg2o/server.py @@ -97,7 +97,6 @@ class Server: @classmethod async def _handle_connection(cls, connection: WebSocket, token: str, topics: str | None): - cls._logger.exception(f'PyG2O соединение отклонено: получен токен {token}\nStatic Tokens: {cls._static_tokens}') if not await cls._process_query_params(connection, token, topics): await connection.close() return