summaryrefslogtreecommitdiffstats
path: root/pyload/threads
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2014-01-19 23:52:31 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2014-01-19 23:52:31 +0100
commite8c4ba502126e586b4a1c26a9e15e1d562d3bc8f (patch)
treec6513e9ddf390767f5d1ca7b736fb7f5e95e704e /pyload/threads
parentfixes for download scheduler #2 (diff)
downloadpyload-e8c4ba502126e586b4a1c26a9e15e1d562d3bc8f.tar.xz
fixes for download scheduler #3
Diffstat (limited to 'pyload/threads')
-rw-r--r--pyload/threads/DownloadThread.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyload/threads/DownloadThread.py b/pyload/threads/DownloadThread.py
index 9ce3a9e0d..df2a59f8f 100644
--- a/pyload/threads/DownloadThread.py
+++ b/pyload/threads/DownloadThread.py
@@ -191,7 +191,6 @@ class DownloadThread(BaseThread):
continue
-
except Exception, e:
if isinstance(e, ResponseException) and e.code == 500:
pyfile.setStatus("temp. offline")