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
org = influxDBOrg
token = influxDBtoken
url="http://localhost:8086"
url = influxDBurl
client = InfluxDBClient(
url=url,
token=token,