mirror of
https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
synced 2025-08-10 07:16:37 +02:00
okay
This commit is contained in:
@ -364,7 +364,9 @@ def config_post():
|
||||
|
||||
@app.route("/logs/", methods=["GET", "POST"])
|
||||
def logs():
|
||||
return(render_template("logs.html"))
|
||||
with open("/app/MsRewards-Reborn/user_data/configs.json", "r") as inFile:
|
||||
configs = json.load(inFile)
|
||||
return(render_template("logs.html", data=configs))
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user