From b18cc907b21830ed258dd6198fd884936d333529 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sun, 11 Mar 2018 21:18:39 -0400 Subject: [PATCH] Override apprise defaults --- Notify.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Notify.py b/Notify.py index 3b447f8..1c20239 100755 --- a/Notify.py +++ b/Notify.py @@ -451,6 +451,10 @@ def notify(self, servers, body, title, notify_type=NotifyType.INFO, # Apprise Asset Object asset = AppriseAsset(theme=self.default_theme) + asset.app_id = 'NZB-Notify' + asset.app_desc = 'NZB Notification' + asset.app_url = 'https://github.com/caronc/nzb-notify' + asset.image_path_mask = join( dirname(__file__), 'Notify', 'apprise-theme', '{THEME}',