diff options
| author | 2015-07-19 00:05:58 +0200 | |
|---|---|---|
| committer | 2015-07-19 00:05:58 +0200 | |
| commit | dad722ac7255640e7e0541c4094a4d2e4de79cd3 (patch) | |
| tree | 893a08e83fb9b465cd0ecf0b0315a5e820b06b06 /module/plugins/hoster/OboomCom.py | |
| parent | [Hoster] Fix the http request issue (diff) | |
| download | pyload-dad722ac7255640e7e0541c4094a4d2e4de79cd3.tar.xz | |
Code cosmetics (2)
Diffstat (limited to 'module/plugins/hoster/OboomCom.py')
| -rw-r--r-- | module/plugins/hoster/OboomCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/OboomCom.py b/module/plugins/hoster/OboomCom.py index 37dce3750..307f34d66 100644 --- a/module/plugins/hoster/OboomCom.py +++ b/module/plugins/hoster/OboomCom.py @@ -99,7 +99,7 @@ class OboomCom(Hoster): self.retry(5, 15 * 60, _("Service unavailable")) elif result[0] == 403: - if result[1] == -1: #: another download is running + if result[1] == -1: #: Another download is running self.set_wait(15 * 60) else: self.set_wait(result[1], True) |
