From e00ef98491f79ae8aa972ae1473dae4a7b78c07e Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Mon, 13 Apr 2015 17:20:59 +0200 Subject: Cleanup --- pyload/plugin/hook/ExpertDecoders.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pyload/plugin/hook/ExpertDecoders.py') diff --git a/pyload/plugin/hook/ExpertDecoders.py b/pyload/plugin/hook/ExpertDecoders.py index 2e2982d2d..b34309d25 100644 --- a/pyload/plugin/hook/ExpertDecoders.py +++ b/pyload/plugin/hook/ExpertDecoders.py @@ -46,6 +46,8 @@ class ExpertDecoders(Hook): @threaded + + def _processCaptcha(self, task): task.data['ticket'] = ticket = uuid4() result = None -- cgit v1.2.3