исправил пути файла с конфигурацией

This commit is contained in:
Андрей Дувакин 2024-12-14 19:16:27 +05:00
parent 517b6300a2
commit b92d9f7a3e

View File

@ -41,7 +41,7 @@ from data.showcase_link import ShowCaseLink
from data import db_session
app = Flask(__name__)
with open('../incepted.config', 'r', encoding='utf-8') as file:
with open('incepted.config', 'r', encoding='utf-8') as file:
file = file.read()
file = loads(file)
key = file["encrypt_key"]