mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-04-18 10:55:36 -04:00
fix: HTML/JSON import failing (#7330)
This commit is contained in:
@@ -426,7 +426,7 @@ class RecipeScraperOpenAI(RecipeScraperPackage):
|
||||
if on_progress:
|
||||
await on_progress(self.translator.t("recipe.create-progress.creating-recipe-with-ai"))
|
||||
|
||||
return super().parse()
|
||||
return await super().parse()
|
||||
|
||||
|
||||
class TranscribedAudio(TypedDict):
|
||||
|
||||
Reference in New Issue
Block a user