From 8ebc6f8a59ce86c9f67e594f59d8db621a6cc8d0 Mon Sep 17 00:00:00 2001 From: mkaay Date: Mon, 31 Jan 2011 22:54:39 +0100 Subject: proxy fix --- module/plugins/Plugin.py | 1 + 1 file changed, 1 insertion(+) (limited to 'module/plugins/Plugin.py') diff --git a/module/plugins/Plugin.py b/module/plugins/Plugin.py index 3630e5222..8af61c5fc 100644 --- a/module/plugins/Plugin.py +++ b/module/plugins/Plugin.py @@ -280,6 +280,7 @@ class Plugin(object): else: self.ctresult = result task.setResult(result.getResult()) + self.log.debug("CaptchaTrader response: %s" % result.getResult()) task.setDone() start_new_thread(threaded, (ct, )) -- cgit v1.2.3