diff options
author | 2014-01-19 23:52:31 +0100 | |
---|---|---|
committer | 2014-01-19 23:52:31 +0100 | |
commit | e8c4ba502126e586b4a1c26a9e15e1d562d3bc8f (patch) | |
tree | c6513e9ddf390767f5d1ca7b736fb7f5e95e704e /pyload/threads/DownloadThread.py | |
parent | fixes for download scheduler #2 (diff) | |
download | pyload-e8c4ba502126e586b4a1c26a9e15e1d562d3bc8f.tar.xz |
fixes for download scheduler #3
Diffstat (limited to 'pyload/threads/DownloadThread.py')
-rw-r--r-- | pyload/threads/DownloadThread.py | 1 |
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") |