diff options
| author | 2011-10-27 17:32:58 +0200 | |
|---|---|---|
| committer | 2011-10-27 17:32:58 +0200 | |
| commit | e03e4b63cbcf37407c23d144e6d4c247be1f06b8 (patch) | |
| tree | 6e6a20aad8f8ea3f4dc27189eaf7e96330d89e03 /module/plugins/Hook.py | |
| parent | sharerapid.com fix server response 401 (diff) | |
| download | pyload-e03e4b63cbcf37407c23d144e6d4c247be1f06b8.tar.xz | |
closed #411
Diffstat (limited to 'module/plugins/Hook.py')
| -rw-r--r-- | module/plugins/Hook.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/Hook.py b/module/plugins/Hook.py index 51ebd1aec..5efd08bae 100644 --- a/module/plugins/Hook.py +++ b/module/plugins/Hook.py @@ -129,7 +129,7 @@ class Hook(Base): def coreExiting(self): pass - def downloadStarts(self, pyfile): + def downloadPreparing(self, pyfile): pass def downloadFinished(self, pyfile): |
