fix: typo

This commit is contained in:
张泊明518370910136 2024-10-01 13:24:53 -04:00
parent bc92b222c3
commit 35f1fa37f3

View File

@ -87,7 +87,7 @@ def generate_scoreboard(
columns.index("last_edit")
] = now # FIXME: Delete this in formal version
# Sort data by total from low to high
# Sort data by total, from low to high
data.sort(key=lambda x: int(x[columns.index("total")]))
# Write back to the csv file: