From deef58b21956f3840413b1b9d0aa8052fcc36cc1 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Tue, 9 Oct 2018 21:39:43 -0400 Subject: [PATCH] online images sourced from github instead of nuxref.com --- apprise/AppriseAsset.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/apprise/AppriseAsset.py b/apprise/AppriseAsset.py index 4af1c72b..ee845f72 100644 --- a/apprise/AppriseAsset.py +++ b/apprise/AppriseAsset.py @@ -62,12 +62,13 @@ class AppriseAsset(object): # Image URL Mask image_url_mask = \ - 'http://nuxref.com/apprise/themes/{THEME}/' \ - 'apprise-{TYPE}-{XY}{EXTENSION}' + 'https://github.com/caronc/apprise/raw/master/apprise/assets/' \ + 'themes/{THEME}/apprise-{TYPE}-{XY}{EXTENSION}' # Application Logo image_url_logo = \ - 'http://nuxref.com/apprise/themes/{THEME}/apprise-logo.png' + 'https://github.com/caronc/apprise/raw/master/apprise/assets/' \ + 'themes/{THEME}/apprise-logo.png' # Image Path Mask image_path_mask = abspath(join(