diff --git a/notifypy/os_notifiers/windows.py b/notifypy/os_notifiers/windows.py index 72aa368..d9c6273 100644 --- a/notifypy/os_notifiers/windows.py +++ b/notifypy/os_notifiers/windows.py @@ -92,6 +92,7 @@ def send_notification( notification_icon, application_name, notification_audio, + **kwargs, ): generated_file = self._generate_notification_xml( notification_title=notification_title,