summaryrefslogtreecommitdiffstats
path: root/module/network
diff options
context:
space:
mode:
Diffstat (limited to 'module/network')
-rwxr-xr-xmodule/network/Request.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/module/network/Request.py b/module/network/Request.py
index f9a5cce0f..c6127c20b 100755
--- a/module/network/Request.py
+++ b/module/network/Request.py
@@ -152,7 +152,6 @@ class Request:
return self.get_rep()
-
else:
req = urllib2.Request(url, data=post)