summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/CloudzillaTo.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2015-01-28 01:34:38 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2015-01-28 01:34:38 +0100
commite9eb993cb369aef09741917370f2518168465f8c (patch)
tree392a455f437f4913ca60c22229ca0b4bec6f68ee /module/plugins/hoster/CloudzillaTo.py
parent[UploadedTo] Rewritten (diff)
downloadpyload-e9eb993cb369aef09741917370f2518168465f8c.tar.xz
Spare code cosmetics
Diffstat (limited to 'module/plugins/hoster/CloudzillaTo.py')
-rw-r--r--module/plugins/hoster/CloudzillaTo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/CloudzillaTo.py b/module/plugins/hoster/CloudzillaTo.py
index 58b1ac0dd..ee966c280 100644
--- a/module/plugins/hoster/CloudzillaTo.py
+++ b/module/plugins/hoster/CloudzillaTo.py
@@ -47,7 +47,7 @@ class CloudzillaTo(SimpleHoster):
self.fail(ticket['error'])
if 'wait' in ticket:
- self.wait(int(ticket['wait']), int(ticket['wait']) > 5)
+ self.wait(ticket['wait'], int(ticket['wait']) > 5)
self.link = "http://%(server)s/download/%(file_id)s/%(ticket_id)s" % {'server' : ticket['server'],
'file_id' : self.info['pattern']['ID'],