summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/hoster/VeohCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/hoster/VeohCom.py')
-rw-r--r--pyload/plugin/hoster/VeohCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugin/hoster/VeohCom.py b/pyload/plugin/hoster/VeohCom.py
index e1ee00ea1..4461b547a 100644
--- a/pyload/plugin/hoster/VeohCom.py
+++ b/pyload/plugin/hoster/VeohCom.py
@@ -33,7 +33,7 @@ class VeohCom(SimpleHoster):
self.chunkLimit = -1
- def handleFree(self, pyfile):
+ def handle_free(self, pyfile):
quality = self.getConfig('quality')
if quality == "Auto":
quality = ("High", "Low")