diff options
Diffstat (limited to 'module/plugins/hoster/DataportCz.py')
-rw-r--r-- | module/plugins/hoster/DataportCz.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/module/plugins/hoster/DataportCz.py b/module/plugins/hoster/DataportCz.py index ebd5d13a8..000bd79a7 100644 --- a/module/plugins/hoster/DataportCz.py +++ b/module/plugins/hoster/DataportCz.py @@ -58,8 +58,7 @@ class DataportCz(SimpleHoster): raise PluginParseError('invalid captcha') elif check == "slot": self.logDebug("No free slots - wait 60s and retry") - self.setWait(60, False) - self.wait() + self.wait(60, False) self.html = self.load(self.pyfile.url, decode=True) continue else: |