Skip to content

Commit

Permalink
Fix - bad variable mention
Browse files Browse the repository at this point in the history
  • Loading branch information
OwOHamper committed Sep 25, 2023
1 parent 1c4ec23 commit 317f144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def get_ip():
isRange = False
playersLoaded = 1

heartbeat_data["map"] = map_dict[coregame_stats["MapID"].lower()],
heartbeat_data["map"] = map_urls[coregame_stats["MapID"].lower()],
with richConsole.status("Loading Players...") as status:
partyOBJ = menu.get_party_json(namesClass.get_players_puuid(Players), presence)
# log(f"retrieved names dict: {names}")
Expand Down

0 comments on commit 317f144

Please sign in to comment.