summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/AndroidPhoneNotify.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hooks/AndroidPhoneNotify.py')
-rw-r--r--module/plugins/hooks/AndroidPhoneNotify.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/AndroidPhoneNotify.py b/module/plugins/hooks/AndroidPhoneNotify.py
index c9493bfd0..e775b785b 100644
--- a/module/plugins/hooks/AndroidPhoneNotify.py
+++ b/module/plugins/hooks/AndroidPhoneNotify.py
@@ -67,7 +67,7 @@ class AndroidPhoneNotify(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)