oder sql query before submit

This commit is contained in:
Yannik Schmidt
2020-09-27 12:12:34 +02:00
parent ecb6fa4152
commit 183f050171

View File

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