Browse Source

comment our ackrequest

283
ThomasV 10 years ago
parent
commit
e5b5e8d0f4
  1. 8
      lib/commands.py

8
lib/commands.py

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

Loading…
Cancel
Save