update to use config vars

This commit is contained in:
Warren 2022-05-16 12:04:20 +12:00
parent ceaa26ece1
commit 59ab916091

View File

@ -95,7 +95,7 @@ def refreshLatencyGraphs(secondsToRun):
bucket = influxDBBucket bucket = influxDBBucket
org = influxDBOrg org = influxDBOrg
token = influxDBtoken token = influxDBtoken
url="http://localhost:8086" url = influxDBurl
client = InfluxDBClient( client = InfluxDBClient(
url=url, url=url,
token=token, token=token,