solve report and compare

This commit is contained in:
2023-06-06 00:41:14 +02:00
parent 97677b185f
commit 0c1c226afe
8 changed files with 415 additions and 29 deletions

View File

@@ -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")