Fix mistake in benchmark.utils capitalize

This commit is contained in:
2023-06-07 23:45:08 +02:00
parent c27a0cf61f
commit 39b22135eb
4 changed files with 45 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
import os
import dotenv
from benchmark.utils import Files
from benchmark.Utils import Files
from flask import (
Blueprint,
render_template,
@@ -60,7 +60,6 @@ def set_benchmark(benchmark_id):
def config():
os.chdir(current_user.benchmark.folder)
env = dotenv.dotenv_values(".env")
print(env)
return render_template("config.html", config_env=env)