summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/UploadStationCom.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/UploadStationCom.py
parentNCryptIn: Improved support (diff)
downloadpyload-09cc67ef13cbbee559073641d1e14fed4d68aefb.tar.xz
UploadStation & BitshareCom: #295
Diffstat (limited to 'module/plugins/hoster/UploadStationCom.py')
-rw-r--r--module/plugins/hoster/UploadStationCom.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/module/plugins/hoster/UploadStationCom.py b/module/plugins/hoster/UploadStationCom.py
index 8a97a864a..b45472747 100644
--- a/module/plugins/hoster/UploadStationCom.py
+++ b/module/plugins/hoster/UploadStationCom.py
@@ -148,6 +148,8 @@ class UploadStationCom(Hoster):
self.log.info("%s: Invalid captcha response, retrying." % (self.__name__))
self.invalidCaptcha()
self.retry()
+ else:
+ self.correctCaptcha()
def handleDownloadedFile(self):
check = self.checkDownload({"wait": re.compile(UploadStationCom.TIME_LIMIT_WAIT_PATTERN)})