diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-03-26 10:16:04 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-03-26 10:16:04 +0100 |
commit | f1ce338ed31e49373cea5453a2fbdb6c686ca510 (patch) | |
tree | 768e83743a50688da5850e7a462472c8a73c9835 /module/plugins/hooks/Captcha9Kw.py | |
parent | [UpdateManager] Update (diff) | |
download | pyload-f1ce338ed31e49373cea5453a2fbdb6c686ca510.tar.xz |
interval code cosmetics
Diffstat (limited to 'module/plugins/hooks/Captcha9Kw.py')
-rw-r--r-- | module/plugins/hooks/Captcha9Kw.py | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/module/plugins/hooks/Captcha9Kw.py b/module/plugins/hooks/Captcha9Kw.py index 825db510b..60482b8fc 100644 --- a/module/plugins/hooks/Captcha9Kw.py +++ b/module/plugins/hooks/Captcha9Kw.py @@ -36,12 +36,9 @@ class Captcha9Kw(Hook): ("Walter Purcaro", "vuolter@gmail.com")] - API_URL = "http://www.9kw.eu/index.cgi" - + interval = 0 #@TODO: Remove in 0.4.10 - #@TODO: Remove in 0.4.10 - def initPeriodical(self): - pass + API_URL = "http://www.9kw.eu/index.cgi" def setup(self): |