mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +00:00
Linting
This commit is contained in:
parent
ade55e3d1f
commit
29aaf85738
3 changed files with 3 additions and 5 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue