Skip to content

Commit

Permalink
Override apprise defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
caronc committed Mar 12, 2018
1 parent 0f5cb27 commit b18cc90
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Notify.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}',
Expand Down

0 comments on commit b18cc90

Please sign in to comment.