diff options
Diffstat (limited to 'module/network/HTTPRequest.py')
-rw-r--r-- | module/network/HTTPRequest.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/module/network/HTTPRequest.py b/module/network/HTTPRequest.py index 6b4df665d..302ed75df 100644 --- a/module/network/HTTPRequest.py +++ b/module/network/HTTPRequest.py @@ -303,4 +303,3 @@ if __name__ == "__main__": url = "http://pyload.org" c = HTTPRequest() print c.load(url) - |