mirror of
https://github.com/caronc/apprise.git
synced 2024-11-21 23:53:23 +01:00
Gnome Notification default ref cleanup
This commit is contained in:
parent
5f3e9462cd
commit
9eabae88ce
@ -141,7 +141,7 @@ class NotifyGnome(NotifyBase):
|
||||
|
||||
# The urgency of the message
|
||||
if urgency not in GNOME_URGENCIES:
|
||||
self.urgency = GnomeUrgency.NORMAL
|
||||
self.urgency = self.template_args['urgency']['default']
|
||||
|
||||
else:
|
||||
self.urgency = urgency
|
||||
|
Loading…
Reference in New Issue
Block a user