Skip to content

Commit

Permalink
Update server.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Red_wolf2467 committed Nov 17, 2024
1 parent 04a58cb commit d5d721d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ def hash_string(string: str):

@server.route("/chatfilter")
async def check_message():
print("")
start_time = time.time()
id = os.urandom(15).hex()
logger.info(f"Start processing order number chatfilter-{id}")
Expand All @@ -114,7 +115,7 @@ async def check_message():

@server.route("/user")
async def check_user():
print()
print("")
start_time = time.time()
id = os.urandom(15).hex()
logger.info(f"Start processing order number user-{id}")
Expand Down

0 comments on commit d5d721d

Please sign in to comment.