diff options
| author | 2011-01-31 22:54:39 +0100 | |
|---|---|---|
| committer | 2011-01-31 22:54:39 +0100 | |
| commit | 8ebc6f8a59ce86c9f67e594f59d8db621a6cc8d0 (patch) | |
| tree | bfb68abc110ae4d3f26be4da41c85c381e93c505 /module/plugins | |
| parent | added captchatrader.com support, fixed lof.cc (diff) | |
| download | pyload-8ebc6f8a59ce86c9f67e594f59d8db621a6cc8d0.tar.xz | |
proxy fix
Diffstat (limited to 'module/plugins')
| -rw-r--r-- | module/plugins/Plugin.py | 1 | 
1 files changed, 1 insertions, 0 deletions
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, ))  | 
