mirror of
https://github.com/Doctorado-ML/beflask.git
synced 2025-08-17 16:15:51 +00:00
solve report and compare
This commit is contained in:
@@ -17,10 +17,3 @@ class Config(object):
|
||||
"DATABASE_URL"
|
||||
) or "sqlite:///" + os.path.join(basedir, "app.db")
|
||||
SQLALCHEMY_TRACK_MODIFICATIONS = False
|
||||
|
||||
@staticmethod
|
||||
def save():
|
||||
with open(dotenv_file, "w") as f:
|
||||
f.write("FRAMEWORK=" + Config.FRAMEWORK + "\n")
|
||||
f.write("OUTPUT=" + Config.OUTPUT + "\n")
|
||||
f.write("COMPARE=" + str(Config.COMPARE) + "\n")
|
||||
|
Reference in New Issue
Block a user