aboutsummaryrefslogtreecommitdiffhomepage
path: root/libs/apprise/plugins/NotifyWindows.py
diff options
context:
space:
mode:
Diffstat (limited to 'libs/apprise/plugins/NotifyWindows.py')
-rw-r--r--libs/apprise/plugins/NotifyWindows.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/apprise/plugins/NotifyWindows.py b/libs/apprise/plugins/NotifyWindows.py
index 257324d3d..50e7e60ae 100644
--- a/libs/apprise/plugins/NotifyWindows.py
+++ b/libs/apprise/plugins/NotifyWindows.py
@@ -217,7 +217,7 @@ class NotifyWindows(NotifyBase):
return True
- def url(self):
+ def url(self, privacy=False, *args, **kwargs):
"""
Returns the URL built dynamically based on specified arguments.
"""