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

pull/6576/head
takatost 2 years ago committed by GitHub
parent 7c55c39085
commit 1690788827
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save