pouyrquoi ca marche pas ?

This commit is contained in:
piair 2023-08-25 14:41:39 +02:00
parent 33cb90f110
commit 8acdcae7de
1 changed files with 1 additions and 0 deletions

View File

@ -366,6 +366,7 @@ def config_post():
def logs():
with open("/app/MsRewards-Reborn/user_data/configs.json", "r") as inFile:
configs = json.load(inFile)
print(configs)
return(render_template("logs.html", data=configs))