pouyrquoi ca marche pas ?
This commit is contained in:
parent
33cb90f110
commit
8acdcae7de
@ -366,6 +366,7 @@ def config_post():
|
|||||||
def logs():
|
def logs():
|
||||||
with open("/app/MsRewards-Reborn/user_data/configs.json", "r") as inFile:
|
with open("/app/MsRewards-Reborn/user_data/configs.json", "r") as inFile:
|
||||||
configs = json.load(inFile)
|
configs = json.load(inFile)
|
||||||
|
print(configs)
|
||||||
return(render_template("logs.html", data=configs))
|
return(render_template("logs.html", data=configs))
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user