diff --git a/league_rpc/champion.py b/league_rpc/champion.py index 57b9618..865834d 100644 --- a/league_rpc/champion.py +++ b/league_rpc/champion.py @@ -23,7 +23,7 @@ def get_specific_champion_data(name: str) -> dict[str, Any]: response: requests.Response = requests.get( url=DDRAGON_CHAMPION_DATA.format_map( - map={"version": get_latest_version(), "name": name} + {"version": get_latest_version(), "name": name} ), timeout=15, )