Gnome Notification default ref cleanup

pull/238/head
Chris Caron 2020-04-02 13:53:06 -04:00
parent 5f3e9462cd
commit 9eabae88ce
1 changed files with 1 additions and 1 deletions

View File

@ -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