diff --git a/mqreceive_multithread.py b/mqreceive_multithread.py index c8eff4e..4f0bf5f 100644 --- a/mqreceive_multithread.py +++ b/mqreceive_multithread.py @@ -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