App memory - Apprise import only when needed - saves ~50Mb RAM if you dont have any notifications enabled (#3106)

This commit is contained in:
dgtlmoon
2025-04-11 10:37:09 +02:00
committed by GitHub
parent 5f43d988a3
commit 96dc49e229
13 changed files with 61 additions and 51 deletions

View File

@@ -109,7 +109,6 @@ class update_worker(threading.Thread):
default_notification_title
)
# Would be better if this was some kind of Object where Watch can reference the parent datastore etc
v = watch.get(var_name)
if v and not watch.get('notification_muted'):