Fix notification apprise application name to changedetection.io #731

This commit is contained in:
dgtlmoon
2022-06-30 23:11:03 +02:00
committed by GitHub
parent 34b8784f50
commit 5f9e475fe0
3 changed files with 16 additions and 3 deletions

View File

@@ -0,0 +1,11 @@
import apprise
# Create our AppriseAsset and populate it with some of our new values:
# https://github.com/caronc/apprise/wiki/Development_API#the-apprise-asset-object
asset = apprise.AppriseAsset(
image_url_logo='https://raw.githubusercontent.com/dgtlmoon/changedetection.io/master/changedetectionio/static/images/avatar-256x256.png'
)
asset.app_id = "changedetection.io"
asset.app_desc = "ChangeDetection.io best and simplest website monitoring and change detection"
asset.app_url = "https://changedetection.io"