communicator db responses probably finished
This commit is contained in:
parent
aeb9a6e775
commit
c5a0b29988
5 changed files with 18 additions and 10 deletions
|
@ -384,7 +384,8 @@ class Core:
|
|||
Get a response sent by communicator to the API, by requesting to the API
|
||||
'''
|
||||
assert len(responseID) > 0
|
||||
resp = self._utils.localCommand('queueResponse', data='/' + responseID, post=True)
|
||||
resp = self._utils.localCommand('queueResponse/' + responseID)
|
||||
return resp
|
||||
|
||||
def clearDaemonQueue(self):
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue