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)