summaryrefslogtreecommitdiffstats
path: root/module/remote/RequestObject.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-06-08 12:23:28 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-06-08 12:23:28 +0200
commit7b6a6cb94c8c2abc449351a1238227f9b10b0872 (patch)
treecc419ba50b1cbab369949c0be45ccc2e82c57dba /module/remote/RequestObject.py
parentFixed the YouPorn.com Plugin (diff)
downloadpyload-7b6a6cb94c8c2abc449351a1238227f9b10b0872.tar.xz
core able to push data to gui, proxy support: closed #1
Diffstat (limited to 'module/remote/RequestObject.py')
-rw-r--r--module/remote/RequestObject.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/module/remote/RequestObject.py b/module/remote/RequestObject.py
index 7080a6faf..c5786061b 100644
--- a/module/remote/RequestObject.py
+++ b/module/remote/RequestObject.py
@@ -13,4 +13,5 @@ class RequestObject(object):
self.command = None
self.function = ""
self.args = []
- self.response = "" \ No newline at end of file
+ self.response = None
+ self.data = None \ No newline at end of file