From c0f373528c55fc11d3ef592b3b1f7207306852c0 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Tue, 8 Oct 2013 18:47:27 +0200 Subject: adapter simplecrypter plugin --- pyload/threads/InfoThread.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyload/threads/InfoThread.py') diff --git a/pyload/threads/InfoThread.py b/pyload/threads/InfoThread.py index 8aa5e2d24..f516d2cca 100644 --- a/pyload/threads/InfoThread.py +++ b/pyload/threads/InfoThread.py @@ -37,7 +37,7 @@ class InfoThread(DecrypterThread): if crypter: # decrypt them - links, packages = self.decrypt(crypter) + links, packages = self.decrypt(crypter, err=True) # push these as initial result and save package names self.updateResult(links) for pack in packages: -- cgit v1.2.3