diff --git a/apprise/plugins/NotifyGnome.py b/apprise/plugins/NotifyGnome.py index 012c76fc..daa00a67 100644 --- a/apprise/plugins/NotifyGnome.py +++ b/apprise/plugins/NotifyGnome.py @@ -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