diff options
author | 2015-03-26 10:16:04 +0100 | |
---|---|---|
committer | 2015-03-26 10:16:04 +0100 | |
commit | f1ce338ed31e49373cea5453a2fbdb6c686ca510 (patch) | |
tree | 768e83743a50688da5850e7a462472c8a73c9835 /module/plugins/hooks/ImageTyperz.py | |
parent | [UpdateManager] Update (diff) | |
download | pyload-f1ce338ed31e49373cea5453a2fbdb6c686ca510.tar.xz |
interval code cosmetics
Diffstat (limited to 'module/plugins/hooks/ImageTyperz.py')
-rw-r--r-- | module/plugins/hooks/ImageTyperz.py | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/module/plugins/hooks/ImageTyperz.py b/module/plugins/hooks/ImageTyperz.py index 2cf611b9f..132ab2e02 100644 --- a/module/plugins/hooks/ImageTyperz.py +++ b/module/plugins/hooks/ImageTyperz.py @@ -44,16 +44,13 @@ class ImageTyperz(Hook): ("zoidberg", "zoidberg@mujmail.cz")] + interval = 0 #@TODO: Remove in 0.4.10 + SUBMIT_URL = "http://captchatypers.com/Forms/UploadFileAndGetTextNEW.ashx" RESPOND_URL = "http://captchatypers.com/Forms/SetBadImage.ashx" GETCREDITS_URL = "http://captchatypers.com/Forms/RequestBalance.ashx" - #@TODO: Remove in 0.4.10 - def initPeriodical(self): - pass - - def setup(self): self.info = {} #@TODO: Remove in 0.4.10 |