add basic ranking algo
This commit is contained in:
parent
b1a59b5b62
commit
4bb6254396
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class Room:
|
||||||
|
|
||||||
rank += translate(song.user_score, lowest_score, highest_score, 0.0, USER_SCORE_WEIGHT)
|
rank += translate(song.user_score, lowest_score, highest_score, 0.0, USER_SCORE_WEIGHT)
|
||||||
|
|
||||||
last10items = self.history[-10:]
|
# last10items = self.history[-10:]
|
||||||
|
|
||||||
return rank
|
return rank
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue