mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-07 15:48:29 +02:00
Fix typo in compbio leaderboard, defer compbio slash commands
This commit is contained in:
parent
635560dcd0
commit
3f2f9cd8f3
2 changed files with 6 additions and 3 deletions
|
|
@ -164,7 +164,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])} ms"
|
||||
return f"{str(data[1])} s"
|
||||
|
||||
def get_value(self, data: tuple):
|
||||
return data[1]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue