fix: typo
All checks were successful
build / trigger-build-image (push) Successful in 11s

This commit is contained in:
张泊明518370910136 2025-07-27 03:09:10 -07:00
parent 0b45898b91
commit 2d7aba5ce0
GPG Key ID: CA088E6D9284F870

View File

@ -122,7 +122,7 @@ def generate_scoreboard(
now = datetime.now().strftime("%Y-%m-%d %H:%M:%S")
submitter_row[columns.index("last_edit")] = now
submitter_row[columns.index("repo")] = submitter_repo_name
submitter_row[columns.index("repo_name")] = submitter_repo_name
# Sort data by total, from low to high
data.sort(key=lambda x: int(x[columns.index("total")]))