From c716346f1f25a8ecacc8aedd3bc22f0bc582ccc0 Mon Sep 17 00:00:00 2001 From: smilerz Date: Thu, 15 Apr 2021 09:55:07 -0500 Subject: [PATCH] flake --- cookbook/helper/recipe_html_import.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cookbook/helper/recipe_html_import.py b/cookbook/helper/recipe_html_import.py index 5834bd3b..93300a29 100644 --- a/cookbook/helper/recipe_html_import.py +++ b/cookbook/helper/recipe_html_import.py @@ -9,6 +9,7 @@ from json import JSONDecodeError from recipe_scrapers._utils import get_host_name, normalize_string from urllib.parse import unquote + def get_recipe_from_source(text, url, space): def build_node(k, v): if isinstance(v, dict): @@ -67,7 +68,7 @@ def get_recipe_from_source(text, url, space): 'servings': '', 'prepTime': '', 'cookTime': '' - } + } recipe_tree = [] parse_list = [] html_data = []