mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-07 15:48:29 +02:00
Set compbio lb to ms instead of s
This commit is contained in:
parent
f56cc40c41
commit
09d282db19
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ class CompbioLeaderboard(Leaderboard):
|
|||
return f"{index + 1}: {self.get_submission_user(data[0])} ({self.format_entry_data(data)})"
|
||||
|
||||
def format_entry_data(self, data: tuple) -> str:
|
||||
return f"{str(data[1])} s"
|
||||
return f"{str(data[1])} ms"
|
||||
|
||||
def get_value(self, data: tuple):
|
||||
return data[1]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue