def instance_data_delivery(self):
if self._config["historical"]["method"] == "influx":
influx_options = self._config["historical"]["influx_options"]
client = InfluxDBClient(influx_options["host"], influx_options["port"], influx_options["username"],
influx_options["password"], influx_options["database"])
return HistoryDataSingleton(client)
historical_delivery.py 文件源码
python
阅读 18
收藏 0
点赞 0
评论 0
评论列表
文章目录