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