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/DecrypterThread.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyload/threads/DecrypterThread.py') diff --git a/pyload/threads/DecrypterThread.py b/pyload/threads/DecrypterThread.py index 10d47fcc2..a0bebdfbf 100644 --- a/pyload/threads/DecrypterThread.py +++ b/pyload/threads/DecrypterThread.py @@ -35,7 +35,7 @@ class DecrypterThread(BaseThread): for p in packages: self.m.core.api.addPackage(p.name, p.getURLs(), pack.password) - def decrypt(self, plugin_map, password=None, err=None): + def decrypt(self, plugin_map, password=None, err=False): result = [] # TODO QUEUE_DECRYPT -- cgit v1.2.3