From 303bacff94a6db0264a007499d6ca59ddabaee75 Mon Sep 17 00:00:00 2001 From: urec56 Date: Wed, 21 Aug 2024 12:32:42 +0400 Subject: [PATCH] =?UTF-8?q?=D0=91=D0=B0=D0=B3=D1=84=D0=B8=D0=BA=D1=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/chat/websocket.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/chat/websocket.py b/app/chat/websocket.py index 4b04f65..9d8417b 100644 --- a/app/chat/websocket.py +++ b/app/chat/websocket.py @@ -104,6 +104,7 @@ class ConnectionManager: new_message["answer_id"] = str(new_message["answer_id"]) if new_message["answer_id"] else None new_message["created_at"] = new_message["created_at"].isoformat() new_message["flag"] = "pin" + logging.warning(new_message) return new_message @staticmethod