Skip to content

Commit

Permalink
Update server.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rwolf2467 committed Nov 29, 2024
1 parent fed64ab commit 1f875d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ async def check_message():

end_time = time.time()
processing_time = end_time - start_time
logger.info(
logger.success(
f"Processing of order number chatfilter-{id} in {processing_time}s completed."
)

Expand All @@ -139,7 +139,7 @@ async def check_user():

end_time = time.time()
processing_time = end_time - start_time
logger.info(
logger.success(
f"Processing of order number user-{id} in {processing_time}s completed."
)

Expand Down

0 comments on commit 1f875d6

Please sign in to comment.