diff --git a/changedetectionio/blueprint/ui/__init__.py b/changedetectionio/blueprint/ui/__init__.py index f24c60fea..ec0559f5d 100644 --- a/changedetectionio/blueprint/ui/__init__.py +++ b/changedetectionio/blueprint/ui/__init__.py @@ -219,7 +219,6 @@ def construct_blueprint(datastore: ChangeDetectionStore, update_q, worker_pool, if watch_count < 10: # Run synchronously for small watch counts mark_viewed_impl() - flash(gettext("Marked as viewed.")) else: # Start background thread for large watch counts thread = threading.Thread(target=mark_viewed_impl, daemon=True)