summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/BitshareCom.py
diff options
context:
space:
mode:
authorGravatar fragonib <devnull@localhost> 2011-04-30 16:40:46 +0200
committerGravatar fragonib <devnull@localhost> 2011-04-30 16:40:46 +0200
commit09cc67ef13cbbee559073641d1e14fed4d68aefb (patch)
tree93b799e36787e6b8258d78c4db5f1aaeecef6aea /module/plugins/hoster/BitshareCom.py
parentNCryptIn: Improved support (diff)
downloadpyload-09cc67ef13cbbee559073641d1e14fed4d68aefb.tar.xz
UploadStation & BitshareCom: #295
Diffstat (limited to 'module/plugins/hoster/BitshareCom.py')
-rw-r--r--module/plugins/hoster/BitshareCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/BitshareCom.py b/module/plugins/hoster/BitshareCom.py
index c552cdd9d..d811c02a4 100644
--- a/module/plugins/hoster/BitshareCom.py
+++ b/module/plugins/hoster/BitshareCom.py
@@ -138,7 +138,7 @@ class BitshareCom(Hoster):
def handleCaptchaErrors(self, response):
self.log.debug("%s: Result of captcha resolving [%s]" % (self.__name__, response))
if "SUCCESS" in response:
+ self.correctCaptcha()
return True
-
self.log.debug("%s: Wrong captcha" % self.__name__)
self.invalidCaptcha() \ No newline at end of file