removed extra string normalization

This commit is contained in:
smilerz 2021-04-13 16:44:05 -05:00
parent 43c808380d
commit 19e8e5cb5b

View File

@ -73,7 +73,7 @@ def get_recipe_from_source(text, url, space):
html_data = [] html_data = []
images = [] images = []
text = normalize_string(text) # text = normalize_string(text)
try: try:
parse_list.append(remove_graph(json.loads(text))) parse_list.append(remove_graph(json.loads(text)))
if not url and 'url' in parse_list[0]: if not url and 'url' in parse_list[0]: