This commit is contained in:
Joe Abbate 2022-10-19 23:12:48 -04:00
parent ade55e3d1f
commit 29aaf85738
No known key found for this signature in database
GPG key ID: 7F1CC23828058430
3 changed files with 3 additions and 5 deletions

View file

@ -2,6 +2,7 @@ import os
import subprocess
from flask import Flask
app = Flask(__name__)
if os.path.exists(os.path.join(app.config.get('ROOT_DIR', os.getcwd()), "config_local.py")):
config = os.path.join(app.config.get('ROOT_DIR', os.getcwd()), "config_local.py")