调整时间参数

This commit is contained in:
pengtao 2019-10-09 13:38:57 +08:00
parent b84da2b744
commit f93e5884ca

View File

@ -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: