From 576bc6a7d88b031bcf791e83a3feb61281dceaa5 Mon Sep 17 00:00:00 2001 From: davidh-ssec <david.hoese@ssec.wisc.edu> Date: Tue, 19 Apr 2016 21:02:49 -0500 Subject: [PATCH] Change instrument tag to inst --- aosstower/l00/influxdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aosstower/l00/influxdb.py b/aosstower/l00/influxdb.py index 50a1cb7..12f012e 100644 --- a/aosstower/l00/influxdb.py +++ b/aosstower/l00/influxdb.py @@ -13,7 +13,7 @@ from aosstower.l00.parser import read_frames LOG = logging.getLogger(__name__) # map station name to InfluxDB tags STATIONS = { - "AOSS Tower": {"instrument": "tower", "site": "aoss"}, + "AOSS Tower": {"inst": "tower", "site": "aoss"}, } -- GitLab