|
@ -527,10 +527,10 @@ class Commands: |
|
|
raise BaseException("Request not found") |
|
|
raise BaseException("Request not found") |
|
|
return self._format_request(r) |
|
|
return self._format_request(r) |
|
|
|
|
|
|
|
|
@command('w') |
|
|
#@command('w') |
|
|
def ackrequest(self, serialized): |
|
|
#def ackrequest(self, serialized): |
|
|
"""<Not implemented>""" |
|
|
# """<Not implemented>""" |
|
|
pass |
|
|
# pass |
|
|
|
|
|
|
|
|
@command('w') |
|
|
@command('w') |
|
|
def listrequests(self): |
|
|
def listrequests(self): |
|
|