mirror of
https://github.com/dkmstr/openuds.git
synced 2024-12-22 13:34:04 +03:00
Updating actor
This commit is contained in:
parent
8c09ec9b74
commit
5fac9c3205
1
linuxActor/src/debian/configfiles
Normal file
1
linuxActor/src/debian/configfiles
Normal file
@ -0,0 +1 @@
|
||||
/etc/udsactor/udsactor.cfg
|
@ -47,7 +47,7 @@ class Rpc(object):
|
||||
logger.debug('Sending message to broker: {0} -> {1}, {2}'.format(self._id, msg, data))
|
||||
return self._server.message(self._id, msg, data)
|
||||
except Exception as e:
|
||||
logger.exception('Error notifyinh message')
|
||||
logger.exception('Error notifying message')
|
||||
return None
|
||||
return ''
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user