summaryrefslogtreecommitdiffstats
path: root/module/remote/ClientHandler.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/remote/ClientHandler.py')
-rw-r--r--module/remote/ClientHandler.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/module/remote/ClientHandler.py b/module/remote/ClientHandler.py
index 6f60d5176..6f208a3f5 100644
--- a/module/remote/ClientHandler.py
+++ b/module/remote/ClientHandler.py
@@ -19,5 +19,6 @@ class ClientHandler(RequestHandler):
def proceed(self, data):
obj = self.decrypt(data)
- #evaluate object
+ if obj.function == "get_downloads":
+ print obj.response
return self.encrypt(obj)