mirror of
https://github.com/Doctorado-ML/beflask.git
synced 2025-08-16 07:35:51 +00:00
Fix mistake in benchmark.utils capitalize
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user