Skip to content

Commit

Permalink
Minor Bug Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CrossyChainsaw committed Jun 24, 2024
1 parent 6a4bdf6 commit e30ffaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/elo_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ async def clan_console_mix_1v1_elo_list(clan:Clan, bot):
rm_players = clan.account_linkers
clan_players = [p for p in clan_players if p['brawlhalla_id'] not in rm_players]
# Get Elo
clan_player_objects, _ = await get_players_elo_1v1_and_2v2(clan, clan_players, clan.clan_names[i], x=1)
clan_player_objects, _ = await get_players_elo_1v1_and_2v2(clan, clan_players, clan.clan_names[i])
all_player_objects_array.append(clan_player_objects)
# Restructure the array with all players
all_player_objects_array_restructured = __fix_structure(all_player_objects_array)
Expand Down

0 comments on commit e30ffaf

Please sign in to comment.