This commit is contained in:
Cyberes 2024-11-06 12:53:28 -07:00
parent 933714e95b
commit 3ddaf4d4ac
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ def main():
avg_tec = np.mean(glotec_map_ranged)
logging.info(f'Data timestamp: {parse(geojson["time_tag"]).isoformat()}')
latest = round(avg_tec, 1)
publish('latest_glotec_data', latest)
publish('glotec', latest)
del data
del geojson