This commit is contained in:
Luke Robles 2023-03-16 11:33:28 -07:00
parent 1ac506a5ce
commit 346e043e8b

View File

@ -87,9 +87,9 @@ def get_player(player):
def find_best(blob, key): 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, 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 and the key to use to make that distinction, for example, for weapons, you could use kills
""" """