diff options
Diffstat (limited to 'pyload/plugin/hoster/CatShareNet.py')
-rw-r--r-- | pyload/plugin/hoster/CatShareNet.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugin/hoster/CatShareNet.py b/pyload/plugin/hoster/CatShareNet.py index fa3c13b3f..124d22591 100644 --- a/pyload/plugin/hoster/CatShareNet.py +++ b/pyload/plugin/hoster/CatShareNet.py @@ -46,7 +46,7 @@ class CatShareNet(SimpleHoster): return super(CatShareNet, self).checkErrors() - def handleFree(self, pyfile): + def handle_free(self, pyfile): recaptcha = ReCaptcha(self) response, challenge = recaptcha.challenge() |