Neues Abenteuer
This commit is contained in:
parent
3520350305
commit
277ae158ea
1 changed files with 5 additions and 0 deletions
|
|
@ -84,5 +84,10 @@ def raum(id):
|
|||
+ a["richtung"] + '</a> '
|
||||
return html
|
||||
|
||||
@app.route("/reset")
|
||||
def reset():
|
||||
session.pop("spieler", None) # Session vergessen (DB bleibt!)
|
||||
return redirect("/app/")
|
||||
|
||||
if __name__ == "__main__":
|
||||
app.run(host="0.0.0.0", port=9008)
|
||||
Loading…
Reference in a new issue