bugfix
This commit is contained in:
parent
9702b47015
commit
4370005eda
@ -45,6 +45,7 @@ async def run_zmq_proxy(app):
|
|||||||
async def woa_msghande():
|
async def woa_msghande():
|
||||||
config = getConfig()
|
config = getConfig()
|
||||||
while True:
|
while True:
|
||||||
|
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