From 09cc67ef13cbbee559073641d1e14fed4d68aefb Mon Sep 17 00:00:00 2001 From: fragonib Date: Sat, 30 Apr 2011 16:40:46 +0200 Subject: UploadStation & BitshareCom: #295 --- module/plugins/hoster/UploadStationCom.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'module/plugins/hoster/UploadStationCom.py') 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)}) -- cgit v1.2.3