mirror of
https://github.com/caronc/apprise.git
synced 2025-06-24 19:51:21 +02:00
online images sourced from github instead of nuxref.com
This commit is contained in:
parent
be1ce59b74
commit
deef58b219
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user