From b1256f4ad22a3b31f01b2e58b9a84e655784efe3 Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Wed, 15 Jun 2022 18:19:52 -0800 Subject: [PATCH] fix: fast fail of bulk importer (#1394) * use continue instead of break * catch additional error case * spelling is hard --- frontend/pages/recipe/create/debug.vue | 2 +- mealie/services/scraper/recipe_bulk_scraper.py | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/frontend/pages/recipe/create/debug.vue b/frontend/pages/recipe/create/debug.vue index 8630ed1df9ce..cb472ea44677 100644 --- a/frontend/pages/recipe/create/debug.vue +++ b/frontend/pages/recipe/create/debug.vue @@ -6,7 +6,7 @@ Grab the URL of the recipe you want to debug and paste it here. The URL will be scraped by the recipe scraper and the results will be displayed. If you don't see any data returned, the site you are trying to scrape is - not supported by Mealie or it's scraper library. + not supported by Mealie or its scraper library.