diff --git a/app/sage.py b/app/sage.py index 5f572d0..45d2d74 100644 --- a/app/sage.py +++ b/app/sage.py @@ -46,7 +46,7 @@ async def woa_msghande(): debug('woa_msghander starting ....') config = getConfig() while True: - debug(f'zmq server receiv {config.woa_handler_id} message')') + 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)