No app context here

This commit is contained in:
dgtlmoon
2025-05-16 18:40:56 +02:00
parent 655658b5b8
commit caa1fc5388

View File

@@ -252,8 +252,8 @@ def construct_blueprint(datastore: ChangeDetectionStore, update_q, running_updat
if uuids: if uuids:
for uuid in uuids: for uuid in uuids:
with app.app_context(): # with app.app_context():
watch_check_update.send(watch_uuid=uuid) watch_check_update.send(watch_uuid=uuid)
return redirect(url_for('watchlist.index')) return redirect(url_for('watchlist.index'))