From f799630e4392515cbc86f0e9fb97ca6bb9f3f344 Mon Sep 17 00:00:00 2001 From: DingZQ Date: Mon, 24 Mar 2025 22:02:03 +0800 Subject: [PATCH] Refine --- influxdb_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/influxdb_api.py b/influxdb_api.py index e7107de..2e9f91b 100644 --- a/influxdb_api.py +++ b/influxdb_api.py @@ -2957,7 +2957,7 @@ if __name__ == "__main__": # download_history_data_manually(begin_time='2025-03-21T00:00:00+08:00', end_time='2025-03-22T00:00:00+08:00') # step3: 查询测试示例 - with InfluxDBClient(url=url, token=token, org=org_name) as client: + # with InfluxDBClient(url=url, token=token, org=org_name) as client: # 示例1:query_latest_record_by_ID # bucket_name = "realtime_simulation_result" # 数据存储的 bucket 名称