summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/AndroidPhoneNotify.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-06-15 07:18:39 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-06-15 07:18:39 +0200
commitc9144f451b74e4d3cc67935b9e73c662ac870c6e (patch)
tree46b0b6668cc6805d5138d9693e47c315817ffa3e /module/plugins/hooks/AndroidPhoneNotify.py
parent[PremiumizeMe] Account version up (diff)
downloadpyload-c9144f451b74e4d3cc67935b9e73c662ac870c6e.tar.xz
Hook plugin code cosmetics (2)
Diffstat (limited to 'module/plugins/hooks/AndroidPhoneNotify.py')
-rw-r--r--module/plugins/hooks/AndroidPhoneNotify.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hooks/AndroidPhoneNotify.py b/module/plugins/hooks/AndroidPhoneNotify.py
index d582a4a31..c9493bfd0 100644
--- a/module/plugins/hooks/AndroidPhoneNotify.py
+++ b/module/plugins/hooks/AndroidPhoneNotify.py
@@ -46,11 +46,11 @@ class AndroidPhoneNotify(Hook):
self.notify(_("Plugins updated"), str(type_plugins))
- def coreReady(self):
+ def activate(self):
self.key = self.getConfig('apikey')
- def coreExiting(self):
+ def exit(self):
if not self.getConfig('notifyexit'):
return