diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-10-08 03:08:17 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-10-08 03:08:17 +0200 |
commit | 035d8c554c9e24206f9dc6f76e17fbe9e4c3607f (patch) | |
tree | 3b173d98512f33233d4aeb2906493d3abeea2369 /module/plugins/captcha | |
parent | Merge pull request #1957 from GammaC0de/patch-3 (diff) | |
download | pyload-035d8c554c9e24206f9dc6f76e17fbe9e4c3607f.tar.xz |
Fixpack (4)
Diffstat (limited to 'module/plugins/captcha')
-rw-r--r-- | module/plugins/captcha/SolveMedia.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/captcha/SolveMedia.py b/module/plugins/captcha/SolveMedia.py index 302d229b8..6629656b2 100644 --- a/module/plugins/captcha/SolveMedia.py +++ b/module/plugins/captcha/SolveMedia.py @@ -61,7 +61,7 @@ class SolveMedia(CaptchaService): result = self.result("http://api.solvemedia.com/papi/media", challenge) except Fail, e: - self.log_warning(e) + self.log_warning(e, trace=True) self.plugin.invalidCaptcha() result = None |