removed extra string normalization
This commit is contained in:
parent
43c808380d
commit
19e8e5cb5b
@ -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]:
|
||||
|
Loading…
Reference in New Issue
Block a user