Created README #8
@ -166,7 +166,7 @@ async def generate(
|
|||||||
timeout=120,
|
timeout=120,
|
||||||
)
|
)
|
||||||
duration = time.monotonic() - start_time
|
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:
|
if response.status_code == 200:
|
||||||
response_bytes = response.content
|
response_bytes = response.content
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user