From 09954b9c32ddca8c081b99194a2047732a739988 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=AE?= Date: Wed, 23 Nov 2022 11:17:21 +0200 Subject: [PATCH] Fixed: issue with kwargs --- notifypy/os_notifiers/windows.py | 1 + 1 file changed, 1 insertion(+) 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,