Skip to content

Commit

Permalink
Correct steamid ke y
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonsturgeon committed Jan 20, 2022
1 parent 07a54c0 commit c85d4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/avatar_service/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit c85d4d0

Please sign in to comment.