Commit 8e2bff7d authored by lixiaofang's avatar lixiaofang

merge master

parent d20ce116
......@@ -24,8 +24,6 @@ class SearchWord(object):
item_dict["tips_name_type"] = 5
ret_list.append(item_dict)
suggest_list = get_tips_suggest_list_v1(str(instance.keyword).lower())
logging.info("get item_dict:%s---get suggest_list:%s" % (item_dict, suggest_list))
return (item_dict, suggest_list)
except:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment