Refine
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user