summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar GammaC0de <GammaC0de@users.noreply.github.com> 2015-04-24 04:41:28 +0200
committerGravatar GammaC0de <GammaC0de@users.noreply.github.com> 2015-04-24 04:41:28 +0200
commit76dea6e0faffbb7343b36c9230d7dee3a1db0f89 (patch)
tree7871887fb8538a00289262833a13f047f74672ee
parentUpdate UpleaCom.py (diff)
downloadpyload-76dea6e0faffbb7343b36c9230d7dee3a1db0f89.tar.xz
Update UpleaCom.py
-rw-r--r--module/plugins/hoster/UpleaCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/UpleaCom.py b/module/plugins/hoster/UpleaCom.py
index b79456ebe..039d2f552 100644
--- a/module/plugins/hoster/UpleaCom.py
+++ b/module/plugins/hoster/UpleaCom.py
@@ -49,7 +49,7 @@ class UpleaCom(XFSHoster):
m = re.search(self.WAIT_PATTERN, self.html)
if m:
self.logDebug(_("Waiting %s seconds") % m.group(1))
- self.wait(int(m.group(1)), True)
+ self.wait(m.group(1), True)
self.retry()
m = re.search(self.PREMIUM_PATTERN, self.html)