From 19e8e5cb5b84c99cb89592718a8069499e7df800 Mon Sep 17 00:00:00 2001 From: smilerz Date: Tue, 13 Apr 2021 16:44:05 -0500 Subject: [PATCH] removed extra string normalization --- cookbook/helper/recipe_html_import.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/helper/recipe_html_import.py b/cookbook/helper/recipe_html_import.py index 52467838..62c7128f 100644 --- a/cookbook/helper/recipe_html_import.py +++ b/cookbook/helper/recipe_html_import.py @@ -73,7 +73,7 @@ def get_recipe_from_source(text, url, space): html_data = [] images = [] - text = normalize_string(text) + # text = normalize_string(text) try: parse_list.append(remove_graph(json.loads(text))) if not url and 'url' in parse_list[0]: