Remove: f-string with no expression

This commit is contained in:
allinoneallinone00
2024-05-01 21:49:11 +00:00
parent 89d7a61eb3
commit d51929eb30

View File

@@ -36,7 +36,7 @@ async def ImageGeneration(model,prompt):
continue
return image_url
except Exception as e:
logging.warning(f"Failed to generate the image:", e)
logging.warning("Failed to generate the image:", e)
finally:
await AsyncClient().close()