mate die 3.

This commit is contained in:
fingadumbledore 2022-12-26 14:46:07 +01:00
parent 745bfbc500
commit 41dd2e8d69

View File

@ -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;"