fix: Удалено ненужное логирующее сообщение
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user