This commit is contained in:
DingZQ
2025-02-08 21:16:20 +08:00
parent 6b1b15f28c
commit 44b4ad2bd0
2 changed files with 5 additions and 4 deletions

View File

@@ -1306,7 +1306,7 @@ def query_curve_by_ID_property_daterange(ID: str, type: str, property: str, star
if __name__ == "__main__":
url = influxdb_info.url
token = influxdb_info.token
org_name = InfluxDBClient.org
org_name = influxdb_info.org
client = InfluxDBClient(url=url, token=token)