fix: name 'current_app' is not defined in recommended_app_service (#6574)

This commit is contained in:
takatost 2024-07-23 16:48:21 +08:00 committed by GitHub
parent 7c55c39085
commit 1690788827
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,7 @@ from os import path
from typing import Optional
import requests
from flask import current_app
from configs import dify_config
from constants.languages import languages