From e5b5e8d0f4d1cfa9c96dfe6b9d1e43a1e6d6b78f Mon Sep 17 00:00:00 2001 From: ThomasV Date: Thu, 11 Jun 2015 10:50:25 +0200 Subject: [PATCH] comment our ackrequest --- lib/commands.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/commands.py b/lib/commands.py index 9e64fe27..fe0244a5 100644 --- a/lib/commands.py +++ b/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): - """""" - pass + #@command('w') + #def ackrequest(self, serialized): + # """""" + # pass @command('w') def listrequests(self):