communicator db responses probably finished

This commit is contained in:
Kevin Froman 2019-01-07 15:09:58 -06:00
parent aeb9a6e775
commit c5a0b29988
5 changed files with 18 additions and 10 deletions

View file

@ -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):
'''