fixed vanity not working and added integration test for it

This commit is contained in:
Kevin Froman 2020-02-22 05:44:21 -06:00
parent 6b5e6a9ad0
commit 34a55f63f9
5 changed files with 49 additions and 3 deletions

View file

@ -43,7 +43,7 @@ def notify(title: str = "Onionr", message: str = ""):
simplenotify.notify(title, message)
def notification_with_sound(sound = '', **kwargs):
def notification_with_sound(sound='', **kwargs):
if not notifications_enabled:
return
if not sound: