Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
AttackingOrDefending authored Nov 4, 2023
1 parent 16673e5 commit 5c79889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matchmaking.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def update_user_profile(self) -> None:
except Exception:
pass

def get_weights(online_bots: list[USER_PROFILE_TYPE], rating_preference: str, min_rating: int, max_rating: int
def get_weights(online_bots: list[USER_PROFILE_TYPE], rating_preference: str, min_rating: int, max_rating: int,
game_type: str) -> list[int]:
weights = [1] * len(online_bots)
if rating_preference == "high":
Expand Down

0 comments on commit 5c79889

Please sign in to comment.