diff options
Diffstat (limited to 'pyload/plugin/hoster/OboomCom.py')
| -rw-r--r-- | pyload/plugin/hoster/OboomCom.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/pyload/plugin/hoster/OboomCom.py b/pyload/plugin/hoster/OboomCom.py index c37e89339..5b9b11485 100644 --- a/pyload/plugin/hoster/OboomCom.py +++ b/pyload/plugin/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.setWait(15 * 60)                  else:                      self.setWait(result[1], True) | 
