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