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'))