Skip to content

Commit

Permalink
fix log format
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui committed Jun 30, 2024
1 parent 6a18064 commit 7bdc64f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/internal/v1/akatsuki.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ async def get_beatmap(
logging.info(
"Serving Akatsuki beatmap",
extra={
"beatmap": beatmap.model_dump_json(),
"beatmap": beatmap.model_dump(),
"client_ip_address": client_ip_address,
"client_user_agent": client_user_agent,
},
Expand Down

0 comments on commit 7bdc64f

Please sign in to comment.