Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui committed Apr 23, 2024
1 parent 28115d6 commit f4a39ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/mainHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ async def _post(self) -> None:

time_elapsed_ms = (time.perf_counter_ns() - st) / 1000 / 1000
logger.info(
f"Handled full packet in {time_elapsed_ms} milliseconds",
f"Handled full packet in {time_elapsed_ms:.2f} milliseconds",
extra={
"packet_id": packetID,
"user_id": userToken["user_id"] if userToken else None,
Expand Down

0 comments on commit f4a39ab

Please sign in to comment.