diff options
Diffstat (limited to 'pyload/plugin/hoster/KingfilesNet.py')
-rw-r--r-- | pyload/plugin/hoster/KingfilesNet.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugin/hoster/KingfilesNet.py b/pyload/plugin/hoster/KingfilesNet.py index 557f1f836..b8223ceb6 100644 --- a/pyload/plugin/hoster/KingfilesNet.py +++ b/pyload/plugin/hoster/KingfilesNet.py @@ -35,7 +35,7 @@ class KingfilesNet(SimpleHoster): self.multiDL = True - def handleFree(self, pyfile): + def handle_free(self, pyfile): # Click the free user button post_data = {'op' : "download1", 'usr_login' : "", |