diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-09-10 15:12:55 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-09-10 15:12:55 +0200 |
commit | 1a55cb6a2eb8784253410b2e93510b5bcebf7f41 (patch) | |
tree | bb5fdba66bf631df529e7ad4b58724c7386ec879 /module/threads | |
parent | cosmetic fixed, changed default server to threaded (diff) | |
download | pyload-1a55cb6a2eb8784253410b2e93510b5bcebf7f41.tar.xz |
userApi for plugins
Diffstat (limited to 'module/threads')
-rw-r--r-- | module/threads/DownloadThread.py | 2 |
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) |