Update usage_logger.py

This commit is contained in:
hajdul88 2026-01-15 16:02:22 +01:00
parent 2d5e74ced0
commit bc8c6e8bae

View file

@ -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