Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
machado2 committed Jul 1, 2024
1 parent 7159a4d commit cd574a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/article_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ async def create_article_using_placeholders(article_id: str, instructions: str,
except Exception as e:
logging.error(f"Error creating images: {e}")
await content.delete()
raise HTTPException(status_code=500, detail="Error creating images")


async def create_article(art_id: str, instructions: str):
Expand Down

0 comments on commit cd574a1

Please sign in to comment.