Fix 500: add current_app import to focus_groups route
Missing import caused NameError when starting background discussion guide generation task. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
d8a5d6643f
commit
f4a587c4f7
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import logging
|
||||
from quart import Blueprint, request, jsonify, Response, send_file
|
||||
from quart import Blueprint, request, jsonify, Response, send_file, current_app
|
||||
from app.auth.quart_jwt import jwt_required, get_jwt_identity
|
||||
from app.models.focus_group import FocusGroup
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue