This commit is contained in:
Luke Robles 2023-03-16 11:33:28 -07:00
parent d6202e3892
commit ce593e4b96

View File

@ -87,9 +87,9 @@ def get_player(player):
def find_best(blob, key):
"""
find_bset(blob, key)
find_best(blob, key)
blob should be the list within the request you want to find the best of,
must be one of [weapopns, vehicles, classes, gamemodes, maps, gadgets], eg response["weapons"],
must be one of [weapopns, vehicles, classes, gamemodes, maps, gadgets], eg. response["weapons"],
and the key to use to make that distinction, for example, for weapons, you could use kills
"""