From 67e402a962b83751d1a2b38cb57ced1f5b46c500 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Tue, 17 Feb 2026 01:28:17 +0100 Subject: [PATCH] Apply suggestion from @dgtlmoon --- changedetectionio/blueprint/ui/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/changedetectionio/blueprint/ui/__init__.py b/changedetectionio/blueprint/ui/__init__.py index ec0559f5d..492be4cf7 100644 --- a/changedetectionio/blueprint/ui/__init__.py +++ b/changedetectionio/blueprint/ui/__init__.py @@ -223,7 +223,6 @@ def construct_blueprint(datastore: ChangeDetectionStore, update_q, worker_pool, # Start background thread for large watch counts thread = threading.Thread(target=mark_viewed_impl, daemon=True) thread.start() - flash(gettext("Marking watches as viewed in background...")) return redirect(url_for('watchlist.index', tag=tag_limit))