marsey marsey marsey

This commit is contained in:
Aevann1 2022-01-22 13:54:48 +02:00
parent bee640bbb0
commit 6ee4ff4f5a
50 changed files with 987 additions and 991 deletions

View file

@ -369,6 +369,11 @@ def badges(v):
return render_template("badges.html", v=v, badges=BADGES)
@app.get("/marsey_list")
@auth_required
def marsey_list(v):
with open("marsey_list.json", 'r') as f: return loads(f.read())
@app.get("/blocks")
@auth_required
def blocks(v):