mirror of
https://github.com/FAUSheppy/skillbird
synced 2025-12-07 23:31:34 +01:00
oder sql query before submit
This commit is contained in:
@@ -18,7 +18,7 @@ if __name__ == "__main__":
|
|||||||
count = cursor.fetchone()[0]
|
count = cursor.fetchone()[0]
|
||||||
i = 1
|
i = 1
|
||||||
|
|
||||||
cursor.execute("select * from rounds")
|
cursor.execute("select * from rounds order by timestamp ASC")
|
||||||
for row in cursor:
|
for row in cursor:
|
||||||
|
|
||||||
# load from db
|
# load from db
|
||||||
|
|||||||
Reference in New Issue
Block a user