From 7b6a6cb94c8c2abc449351a1238227f9b10b0872 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 8 Jun 2009 12:23:28 +0200 Subject: core able to push data to gui, proxy support: closed #1 --- module/remote/RequestObject.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'module/remote/RequestObject.py') 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 -- cgit v1.2.3