Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -488,7 +488,7 @@ async def bing_dalle(item: BingDalle):
|
|
488 |
)
|
489 |
return {"status": "true", "sukuna": {"message": response.data[0].url}}
|
490 |
|
491 |
-
except BaseException e:
|
492 |
return {"status": "false", "message": f"Something went wrong: {e}"}
|
493 |
|
494 |
|
|
|
488 |
)
|
489 |
return {"status": "true", "sukuna": {"message": response.data[0].url}}
|
490 |
|
491 |
+
except BaseException as e:
|
492 |
return {"status": "false", "message": f"Something went wrong: {e}"}
|
493 |
|
494 |
|