Skip to content

Commit

Permalink
Fix test issues + fix \#46 \#48 | @ms7m
Browse files Browse the repository at this point in the history
  • Loading branch information
GiorgosXou committed Nov 28, 2022
2 parents 5b3225d + f08323e commit 36fda46
Show file tree
Hide file tree
Showing 4 changed files with 234 additions and 132 deletions.
2 changes: 1 addition & 1 deletion notifypy/os_notifiers/linux.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@


class LinuxNotifierLibNotify(BaseNotifier):
def __init__(self):
def __init__(self, **kwargs):
"""Main Linux Notification Class
This uses libnotify's tool of notfiy-send.
Expand Down
2 changes: 1 addition & 1 deletion notifypy/os_notifiers/windows.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


class WindowsNotifier(BaseNotifier):
def __init__(self):
def __init__(self, **kwargs):
"""Main Notification System for Windows. Basically ported from go-toast/toast"""

# Create the base
Expand Down
Loading

0 comments on commit 36fda46

Please sign in to comment.