diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-06-08 12:23:28 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-06-08 12:23:28 +0200 |
commit | 7b6a6cb94c8c2abc449351a1238227f9b10b0872 (patch) | |
tree | cc419ba50b1cbab369949c0be45ccc2e82c57dba /module/remote/RequestObject.py | |
parent | Fixed the YouPorn.com Plugin (diff) | |
download | pyload-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.py | 3 |
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 |