summaryrefslogtreecommitdiffstats
path: root/module/network/Request.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/network/Request.py')
-rwxr-xr-xmodule/network/Request.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/module/network/Request.py b/module/network/Request.py
index 21159dde1..7c1e468eb 100755
--- a/module/network/Request.py
+++ b/module/network/Request.py
@@ -17,7 +17,6 @@
@author: spoob
@author: RaNaN
@author: mkaay
- @version: v0.3.2
"""
import base64
@@ -361,7 +360,7 @@ class Request:
def progress(self, dl_t, dl_d, up_t, up_d):
if self.abort:
- return False
+ raise Exception
self.dl_arrived = int(dl_d)
self.dl_size = int(dl_t)