mirror of
https://github.com/dkmstr/openuds.git
synced 2025-01-08 21:18:00 +03:00
Another fix for actor
This commit is contained in:
parent
9fb19c6b9d
commit
e814c47a24
@ -310,8 +310,8 @@ class CommonService(object):
|
||||
if self.api is not None:
|
||||
try:
|
||||
self.api.notifyComm(None)
|
||||
except Exception:
|
||||
logger.error('Couln\'t remove comms url from broker')
|
||||
except Exception as e:
|
||||
logger.error('Couln\'t remove comms url from broker: {}'.format(e))
|
||||
|
||||
# self.notifyStop()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user