From bd6781e3ca98d74379e7d78f57f15f341470e859 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Mon, 21 Jun 2021 20:55:43 +0100 Subject: [PATCH] Fix spelling mistake --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 0818135..d4ea6c8 100644 --- a/main.py +++ b/main.py @@ -40,7 +40,7 @@ def metrics(): ret_data = [ { - 'key': 'sensor_weather_outdoor_temperature_celcius', + 'key': 'sensor_weather_outdoor_temperature_celsius', 'labels': { 'location': metoff_location, },