исправил пути файла с конфигурацией
This commit is contained in:
parent
517b6300a2
commit
b92d9f7a3e
@ -41,7 +41,7 @@ from data.showcase_link import ShowCaseLink
|
|||||||
from data import db_session
|
from data import db_session
|
||||||
|
|
||||||
app = Flask(__name__)
|
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 = file.read()
|
||||||
file = loads(file)
|
file = loads(file)
|
||||||
key = file["encrypt_key"]
|
key = file["encrypt_key"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user