From 4370005edaef5914a07c43afd1a96d913ccc999d Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 2 Mar 2026 19:08:20 +0800 Subject: [PATCH] bugfix --- app/sage.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/sage.py b/app/sage.py index cc2cb33..43f0c08 100644 --- a/app/sage.py +++ b/app/sage.py @@ -45,6 +45,7 @@ async def run_zmq_proxy(app): async def woa_msghande(): config = getConfig() while True: + debug(f'zmq server receiv {config.woa_handler_id} message')') msgstr = await zmq_subscribe(config.woa_handler_id) debug(f'收到sage转发微信信息:{msgstr}, {type(msgstr)}') msgdic = json.loads(msgstr)