summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/hoster/LolabitsEs.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/hoster/LolabitsEs.py')
-rw-r--r--pyload/plugin/hoster/LolabitsEs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugin/hoster/LolabitsEs.py b/pyload/plugin/hoster/LolabitsEs.py
index 890cb0239..b98563bcf 100644
--- a/pyload/plugin/hoster/LolabitsEs.py
+++ b/pyload/plugin/hoster/LolabitsEs.py
@@ -31,7 +31,7 @@ class LolabitsEs(SimpleHoster):
self.chunkLimit = 1
- def handleFree(self, pyfile):
+ def handle_free(self, pyfile):
fileid = re.search(self.FILEID_PATTERN, self.html).group(1)
self.logDebug("FileID: " + fileid)