summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/account/DropboxCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/account/DropboxCom.py')
-rw-r--r--pyload/plugin/account/DropboxCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugin/account/DropboxCom.py b/pyload/plugin/account/DropboxCom.py
index 055c28195..b8ce0e21a 100644
--- a/pyload/plugin/account/DropboxCom.py
+++ b/pyload/plugin/account/DropboxCom.py
@@ -30,5 +30,5 @@ class DropboxCom(SimpleHoster):
self.resumeDownload = True
- def handleFree(self, pyfile):
+ def handle_free(self, pyfile):
self.download(pyfile.url, get={'dl': "1"})