bugfix
This commit is contained in:
parent
06c2299778
commit
a5de7478b9
@ -75,7 +75,7 @@ async def zmq_subcribe(special_key: str, callback=None):
|
||||
exception(f'Cancelled .......')
|
||||
pass
|
||||
except Exception as e:
|
||||
exception(f'{e}\n{format_exc()}'
|
||||
exception(f'{e}\n{format_exc()}')
|
||||
finally:
|
||||
sock.close()
|
||||
ctx.term()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user