No app context here
This commit is contained in:
@@ -252,7 +252,7 @@ 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'))
|
||||||
|
|||||||
Reference in New Issue
Block a user