translated

This commit is contained in:
wirehack7 2025-05-01 14:56:12 +02:00
parent 05f4454ace
commit 059761fb29
Signed by: wirehack7
GPG Key ID: C9F4CF85BA505ADC

View File

@ -166,7 +166,7 @@ async def generate(
timeout=120,
)
duration = time.monotonic() - start_time
logger.info("Bildgenerierung dauerte %.2f Sekunden", duration)
logger.info("Image creation took %.2f seconds", duration)
if response.status_code == 200:
response_bytes = response.content