Skip to content

Commit

Permalink
adapt to desktop-notifier changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Schott committed Feb 11, 2021
1 parent f91c70c commit 88bde45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/maestral/notify.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def notify(
urgency = NotificationLevel.Normal

if level >= self.notify_level and not ignore:
_desktop_notifier.send(
_desktop_notifier.send_sync(
title=title,
message=message,
urgency=urgency,
Expand Down

0 comments on commit 88bde45

Please sign in to comment.