summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/addon/WindowsPhoneToastNotify.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/addon/WindowsPhoneToastNotify.py')
-rw-r--r--pyload/plugins/addon/WindowsPhoneToastNotify.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/addon/WindowsPhoneToastNotify.py b/pyload/plugins/addon/WindowsPhoneToastNotify.py
index 6b7c85980..b12ed96d1 100644
--- a/pyload/plugins/addon/WindowsPhoneToastNotify.py
+++ b/pyload/plugins/addon/WindowsPhoneToastNotify.py
@@ -44,7 +44,7 @@ class WindowsPhoneToastNotify(Addon):
self.setStorage("LAST_NOTIFY", time.time())
- def newCaptchaTask(self, task):
+ def captchaTask(self, task):
if not self.getConfig("pushId") or not self.getConfig("pushUrl"):
return False