summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal/XFSHoster.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-09-22 03:20:25 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-09-22 03:20:25 +0200
commitfa5e570bfa4439812b4329f43d6a49e0b5239641 (patch)
tree6ac77a73b5d13186640de30d49ff9aa07808e2ea /module/plugins/internal/XFSHoster.py
parentMerge pull request #1832 from GammaC0de/patch-1 (diff)
downloadpyload-fa5e570bfa4439812b4329f43d6a49e0b5239641.tar.xz
[Plugin] Fix _log + code cosmetics
Diffstat (limited to 'module/plugins/internal/XFSHoster.py')
-rw-r--r--module/plugins/internal/XFSHoster.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/internal/XFSHoster.py b/module/plugins/internal/XFSHoster.py
index 145efcd8e..d83e3cb78 100644
--- a/module/plugins/internal/XFSHoster.py
+++ b/module/plugins/internal/XFSHoster.py
@@ -163,7 +163,7 @@ class XFSHoster(SimpleHoster):
self.retry(20, 3 * 60, _("Can not leech file"))
elif 'today' in stmsg:
- self.retry(delay=seconds_to_midnight(gmt=2), msg=_("You've used all Leech traffic today"))
+ self.retry(delay=seconds_to_midnight(), msg=_("You've used all Leech traffic today"))
else:
self.fail(stmsg)