forked from bton/matekasse
delet old fix try stuf
This commit is contained in:
parent
4f682f75ec
commit
04ac1d4b57
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -139,7 +139,7 @@ def get_removetag_request():
|
||||||
except: #except im Normalen Code!
|
except: #except im Normalen Code!
|
||||||
return "Wrong user id!"
|
return "Wrong user id!"
|
||||||
session_id = uuid.uuid4()
|
session_id = uuid.uuid4()
|
||||||
session[id] = str(session_id)
|
session[id] = session_id
|
||||||
users.put([user_id, "remove"], session_id)
|
users.put([user_id, "remove"], session_id)
|
||||||
return render_template("removetag.html", user=user_id)
|
return render_template("removetag.html", user=user_id)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue