summaryrefslogtreecommitdiffstats
path: root/module/threads
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-09-10 15:12:55 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-09-10 15:12:55 +0200
commit1a55cb6a2eb8784253410b2e93510b5bcebf7f41 (patch)
treebb5fdba66bf631df529e7ad4b58724c7386ec879 /module/threads
parentcosmetic fixed, changed default server to threaded (diff)
downloadpyload-1a55cb6a2eb8784253410b2e93510b5bcebf7f41.tar.xz
userApi for plugins
Diffstat (limited to 'module/threads')
-rw-r--r--module/threads/DownloadThread.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/module/threads/DownloadThread.py b/module/threads/DownloadThread.py
index 7555a82ce..0269b0660 100644
--- a/module/threads/DownloadThread.py
+++ b/module/threads/DownloadThread.py
@@ -106,6 +106,8 @@ class DownloadThread(BaseThread):
except Fail, e:
msg = e.args[0]
+ # TODO: activate former skipped downloads
+
if msg == "offline":
pyfile.setStatus("offline")
self.log.warning(_("Download is offline: %s") % pyfile.name)