Merge
This commit is contained in:
commit
24b67815a0
|
|
@ -86,7 +86,7 @@ def process_single_message(data):
|
|||
tagged_news["id"] = id_str
|
||||
tagged_news["industry_confidence"] = industry_confidence
|
||||
tagged_news["concept_confidence"] = concept_confidence
|
||||
|
||||
|
||||
#print(json.dumps(tagged_news, ensure_ascii=False))
|
||||
print(tagged_news["id"], tagged_news["title"], tagged_news["news_score"], tagged_news["industry_label"], input_date)
|
||||
return tagged_news, True
|
||||
|
|
|
|||
Loading…
Reference in New Issue