mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
+
This commit is contained in:
parent
8f6740fcaf
commit
4e9bbd1b86
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ def url_to_medal(rank: str):
|
|||
raise NotFoundException("The medal does not exist.")
|
||||
|
||||
def format_rankchange(rankchange: int):
|
||||
if rankchange < 0:
|
||||
if rankchange > 0:
|
||||
return "+" + str(rankchange)
|
||||
else:
|
||||
return str(rankchange)
|
Loading…
Reference in a new issue