online images sourced from github instead of nuxref.com

pull/24/head
Chris Caron 2018-10-09 21:39:43 -04:00
parent be1ce59b74
commit deef58b219
1 changed files with 4 additions and 3 deletions

View File

@ -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(