From 8318540e162cccbb049bebebc5aca03384a1e4e9 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 29 Dec 2013 21:07:28 +0100 Subject: added progress type enum, new DebugCrypter + Hoster, little improvements for crypter api --- pyload/threads/DownloadThread.py | 1 - 1 file changed, 1 deletion(-) (limited to 'pyload/threads/DownloadThread.py') 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) -- cgit v1.2.3