bugfix
This commit is contained in:
parent
b89e263a36
commit
30ef0e80a0
@ -46,7 +46,7 @@ async def woa_msghande():
|
|||||||
debug('woa_msghander starting ....')
|
debug('woa_msghander starting ....')
|
||||||
config = getConfig()
|
config = getConfig()
|
||||||
while True:
|
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)
|
msgstr = await zmq_subscribe(config.woa_handler_id)
|
||||||
debug(f'收到sage转发微信信息:{msgstr}, {type(msgstr)}')
|
debug(f'收到sage转发微信信息:{msgstr}, {type(msgstr)}')
|
||||||
msgdic = json.loads(msgstr)
|
msgdic = json.loads(msgstr)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user