Update usage_logger.py
This commit is contained in:
parent
2d5e74ced0
commit
bc8c6e8bae
1 changed files with 1 additions and 1 deletions
|
|
@ -318,7 +318,7 @@ if __name__ == "__main__":
|
|||
result2 = await example_with_user(
|
||||
"sample_data", user=mock_user, wrong_param=datetime.utcnow().isoformat()
|
||||
)
|
||||
result3 = await example_with_user("sample_data", user=mock_user)
|
||||
await example_with_user("sample_data", user=mock_user)
|
||||
|
||||
print(f" Result: {result2}")
|
||||
await asyncio.sleep(0.2) # Wait for async logging to complete
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue