From 360b4f0d8baf95b946799ed2fd1c76fdd6a76303 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Thu, 9 Jan 2025 21:10:09 +0100 Subject: [PATCH] Custom posts:// get:// notifications etc - Be sure our custom extensions are imported (#2890) --- changedetectionio/apprise_asset.py | 1 + 1 file changed, 1 insertion(+) diff --git a/changedetectionio/apprise_asset.py b/changedetectionio/apprise_asset.py index 6661cf16..94956949 100644 --- a/changedetectionio/apprise_asset.py +++ b/changedetectionio/apprise_asset.py @@ -1,3 +1,4 @@ +from changedetectionio import apprise_plugin import apprise # Create our AppriseAsset and populate it with some of our new values: