diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-12-29 21:07:28 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-12-29 21:07:28 +0100 |
commit | 8318540e162cccbb049bebebc5aca03384a1e4e9 (patch) | |
tree | 5b4dc38520a82b5c8044a026ab996be1d71a782e /pyload/threads/DownloadThread.py | |
parent | added auth to request class (diff) | |
download | pyload-8318540e162cccbb049bebebc5aca03384a1e4e9.tar.xz |
added progress type enum, new DebugCrypter + Hoster, little improvements for crypter api
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 4c4ee597c..d1672531b 100644 --- a/pyload/threads/DownloadThread.py +++ b/pyload/threads/DownloadThread.py @@ -216,7 +216,6 @@ class DownloadThread(BaseThread): if self.active: return self.active.getProgressInfo() - def put(self, job): """assign a job to the thread""" self.queue.put(job) |