diff options
author | 2014-04-18 17:07:06 +0200 | |
---|---|---|
committer | 2014-04-21 17:23:26 +0200 | |
commit | 32f88e7e9f090f4e6aa7f6c9b568121a4a02985d (patch) | |
tree | a4e71625f4f0ea7456a59644c83a072d852bd381 /pyload/plugins/addons/RestartFailed.py | |
parent | Bayfiles: relogin requires user argument (diff) | |
download | pyload-32f88e7e9f090f4e6aa7f6c9b568121a4a02985d.tar.xz |
Fixed PEP8 violations
(cherry picked from commit 71d58aa484ab332cad1eda29edf2df7bfc4e2e91)
Diffstat (limited to 'pyload/plugins/addons/RestartFailed.py')
-rw-r--r-- | pyload/plugins/addons/RestartFailed.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/addons/RestartFailed.py b/pyload/plugins/addons/RestartFailed.py index d3895634b..85553d738 100644 --- a/pyload/plugins/addons/RestartFailed.py +++ b/pyload/plugins/addons/RestartFailed.py @@ -31,7 +31,7 @@ class RestartFailed(Hook): event_list = ["pluginConfigChanged"] - MIN_INTERVAL = 15 * 60 #seconds + MIN_INTERVAL = 15 * 60 # seconds def periodical(self): self.logDebug("Restart all failed downloads now") |