Skip to content

Commit

Permalink
Fixed: issue with kwargs
Browse files Browse the repository at this point in the history
  • Loading branch information
GiorgosXou committed Nov 23, 2022
1 parent f6ad052 commit 09954b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions notifypy/os_notifiers/windows.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ def send_notification(
notification_icon,
application_name,
notification_audio,
**kwargs,
):
generated_file = self._generate_notification_xml(
notification_title=notification_title,
Expand Down

0 comments on commit 09954b9

Please sign in to comment.