diff options
author | Walter Purcaro <vuolter@gmail.com> | 2015-01-28 01:34:38 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2015-01-28 01:34:38 +0100 |
commit | e9eb993cb369aef09741917370f2518168465f8c (patch) | |
tree | 392a455f437f4913ca60c22229ca0b4bec6f68ee /module/plugins/hoster/CloudzillaTo.py | |
parent | [UploadedTo] Rewritten (diff) | |
download | pyload-e9eb993cb369aef09741917370f2518168465f8c.tar.xz |
Spare code cosmetics
Diffstat (limited to 'module/plugins/hoster/CloudzillaTo.py')
-rw-r--r-- | module/plugins/hoster/CloudzillaTo.py | 2 |
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'], |