Browse Source

Removed whitespace on empty line

pull/84/head
Bram Ceulemans 6 years ago
parent
commit
901a69e0f4
  1. 2
      apprise/plugins/NotifyDiscord.py

2
apprise/plugins/NotifyDiscord.py

@ -146,7 +146,7 @@ class NotifyDiscord(NotifyBase):
'title': title,
'type': 'rich',
'description': body,
# Our color associated with our notification
'color': self.color(notify_type, int),
}]

Loading…
Cancel
Save