From f93e5884ca62d3bae9fdf9ea8763f40e10ad882e Mon Sep 17 00:00:00 2001 From: pengtao Date: Wed, 9 Oct 2019 13:38:57 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=97=B6=E9=97=B4=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- taptap/collect_mongodb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taptap/collect_mongodb.py b/taptap/collect_mongodb.py index 4901da1..23c5309 100644 --- a/taptap/collect_mongodb.py +++ b/taptap/collect_mongodb.py @@ -128,7 +128,7 @@ class CollectMongo(): line[key] = json.dumps(line[key]) line['account_id'] = str(line['object_id']) - + line['#time'] = line['createdAt'] try: line['tags'] = ",".join(json.loads(line['tags'])) except Exception: