From caa1fc538827bcb6f87796862da415de08c88754 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Fri, 16 May 2025 18:40:56 +0200 Subject: [PATCH] No app context here --- changedetectionio/blueprint/ui/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changedetectionio/blueprint/ui/__init__.py b/changedetectionio/blueprint/ui/__init__.py index caeb23ae..2ad3be80 100644 --- a/changedetectionio/blueprint/ui/__init__.py +++ b/changedetectionio/blueprint/ui/__init__.py @@ -252,8 +252,8 @@ def construct_blueprint(datastore: ChangeDetectionStore, update_q, running_updat if uuids: for uuid in uuids: - with app.app_context(): - watch_check_update.send(watch_uuid=uuid) +# with app.app_context(): + watch_check_update.send(watch_uuid=uuid) return redirect(url_for('watchlist.index'))