This commit is contained in:
yumoqing 2026-03-02 19:14:03 +08:00
parent b89e263a36
commit 30ef0e80a0

View File

@ -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)