diff --git a/v1.1/graphLatency.py b/v1.1/graphLatency.py index 93e4ac43..f44de684 100644 --- a/v1.1/graphLatency.py +++ b/v1.1/graphLatency.py @@ -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,