summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/WindowsPhoneNotify.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hooks/WindowsPhoneNotify.py')
-rw-r--r--module/plugins/hooks/WindowsPhoneNotify.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/WindowsPhoneNotify.py b/module/plugins/hooks/WindowsPhoneNotify.py
index 86a5f2308..713499322 100644
--- a/module/plugins/hooks/WindowsPhoneNotify.py
+++ b/module/plugins/hooks/WindowsPhoneNotify.py
@@ -68,7 +68,7 @@ class WindowsPhoneNotify(Hook):
self.notify(_("Captcha"), _("New request waiting user input"))
- def packageFinished(self, pypack):
+ def package_finished(self, pypack):
if self.getConfig('notifypackage'):
self.notify(_("Package finished"), pypack.name)