From 17725685592b2ac03507fe0bcea742ce63db00c1 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sat, 19 Jun 2021 10:20:48 +1000 Subject: [PATCH] On settings submit, display saved message --- backend/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/backend/__init__.py b/backend/__init__.py index 8c3b9719..02e4de23 100644 --- a/backend/__init__.py +++ b/backend/__init__.py @@ -526,6 +526,9 @@ def changedetection_app(config=None, datastore_o=None): notification_q.put(n_object) flash('Notifications queued.') + flash("Settings updated.") + + output = render_template("settings.html", minutes=datastore.data['settings']['requests']['minutes_between_check'], notification_urls="\r\n".join(