1
0
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:
Adolfo Gómez García 2018-11-13 19:46:15 +01:00
parent 9fb19c6b9d
commit e814c47a24

View File

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