diff --git a/web/avatar_service/service.py b/web/avatar_service/service.py index 63b2b84..7a3f0b3 100644 --- a/web/avatar_service/service.py +++ b/web/avatar_service/service.py @@ -13,7 +13,7 @@ @app.route("/outline", methods=["POST"]) def outline() -> str: content = request.json - steam_id = content["steamid"] + steam_id = content["steamID"] avatar_path = f"/avatars/{steam_id}.png"