summaryrefslogtreecommitdiffstats
path: root/module/network/Request.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/network/Request.py')
-rwxr-xr-xmodule/network/Request.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/module/network/Request.py b/module/network/Request.py
index 7cb68dd4a..b47ef4206 100755
--- a/module/network/Request.py
+++ b/module/network/Request.py
@@ -225,8 +225,6 @@ class Request:
for cookie in self.cookies:
cookie_head += cookie.name + "=" + cookie.value + "; "
req.add_header("Cookie", cookie_head)
- #def download(url, filename, reporthook = None, data = None): #default von urlretrieve auch None?
- # return self.downloader.urlretrieve(url, filename, reporthook, data)
def clear_cookies(self):
if self.curl: