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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/LuckyShareNet.py b/module/plugins/hoster/LuckyShareNet.py
index 08f4f48dd..74bf877f1 100644
--- a/module/plugins/hoster/LuckyShareNet.py
+++ b/module/plugins/hoster/LuckyShareNet.py
@@ -47,7 +47,7 @@ class LuckyShareNet(SimpleHoster):
self.logDebug("JSON: " + rep)
json = self.parseJson(rep)
- self.wait(int(json['time']))
+ self.wait(json['time'])
recaptcha = ReCaptcha(self)