Authored by wuxiao

修复influxdb插入错误

... ... @@ -89,7 +89,7 @@ while True:
measurement = Config.log_channel+time.strftime('_%Y%m%d')
#拼装入库数据
json_body = [{
json_body = {
"measurement": measurement,
"tags": data['tags'],
#"time": "2009-11-10T23:00:00Z",
... ...