mirror of
https://github.com/lucaspalomodevelop/Party.git
synced 2026-03-15 08:44:36 +00:00
mate die 3.
This commit is contained in:
parent
745bfbc500
commit
41dd2e8d69
2
main.py
2
main.py
@ -211,7 +211,7 @@ def _session(id):
|
||||
useranzahl = cur.execute(l).fetchall()
|
||||
|
||||
l = f"SELECT matename, mateanzahl FROM mate WHERE sessionID = \'{id}\' ORDER BY mateanzahl;"
|
||||
mate = [i[0] for i in cur.execute(l).fetchall()]
|
||||
mate = cur.execute(l).fetchall()
|
||||
con.commit()
|
||||
|
||||
l = f"SELECT Spielname FROM game WHERE sessionID = \'{id}\' ORDER BY ZEIT;"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user