From e6d24c308f5416c8219cfd518ea3ad9fa79d66b5 Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Mon, 25 May 2026 07:52:18 +0800 Subject: [PATCH] =?UTF-8?q?WS=20=E6=96=B0=E5=A2=9E=E4=B8=B4=E6=97=B6?= =?UTF-8?q?=E8=B0=83=E8=AF=95=E6=97=A5=E5=BF=97=E6=9F=A5=E7=9C=8B=E5=AE=9E?= =?UTF-8?q?=E9=99=85=E6=8E=A5=E6=94=B6=E6=B6=88=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data_collection/polymarket_ws_cache.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/data_collection/polymarket_ws_cache.py b/src/data_collection/polymarket_ws_cache.py index 8f5babcb..39042506 100644 --- a/src/data_collection/polymarket_ws_cache.py +++ b/src/data_collection/polymarket_ws_cache.py @@ -277,6 +277,8 @@ class PolymarketWsQuoteCache: except Exception: return + logger.info("WS_MSG {}", str(raw)[:200]) + if isinstance(payload, list): for item in payload: self._handle_event(item)