fix: HTML/JSON import failing (#7330)

This commit is contained in:
Michael Genson
2026-03-26 23:12:25 -05:00
committed by GitHub
parent 4dd8d836e1
commit 7c5913b012
5 changed files with 207 additions and 20 deletions

View File

@@ -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):