Correct steamid ke y

This commit is contained in:
Brandon Sturgeon 2022-01-20 03:36:05 -08:00
parent 07a54c0b33
commit c85d4d027c

View File

@ -13,7 +13,7 @@ base_url = os.getenv("AVATAR_SERVICE_URL")
@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"