summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/LuckyShareNet.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/LuckyShareNet.py')
-rw-r--r--module/plugins/hoster/LuckyShareNet.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/module/plugins/hoster/LuckyShareNet.py b/module/plugins/hoster/LuckyShareNet.py
index 271d166c0..1257656e7 100644
--- a/module/plugins/hoster/LuckyShareNet.py
+++ b/module/plugins/hoster/LuckyShareNet.py
@@ -43,8 +43,7 @@ class LuckyShareNet(SimpleHoster):
self.logDebug('JSON: ' + rep)
json = self.parseJson(rep)
- self.setWait(int(json['time']))
- self.wait()
+ self.wait(int(json['time']))
recaptcha = ReCaptcha(self)
for _ in xrange(5):