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 = []
|
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]:
|
||||||
|
Loading…
Reference in New Issue
Block a user