diff options
Diffstat (limited to 'module/network/Request.py')
-rwxr-xr-x | module/network/Request.py | 1 |
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) |