From 6c7cd5a36794a7180be5f8ecdc04693ee4e6cd8d Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Wed, 10 Jun 2020 22:20:15 +0200 Subject: [PATCH] typo fixed (#446, #469) --- lib/view/prometheus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/view/prometheus.py b/lib/view/prometheus.py index 5dd402b..6aabbea 100644 --- a/lib/view/prometheus.py +++ b/lib/view/prometheus.py @@ -25,7 +25,7 @@ EXPORTED_FIELDS_DESC = { "winddir16Point":("Wind Direction on a 16-wind compass rose", "winddir_16_point"), } -def _render_crurent(data): +def _render_current(data): output = [] current_condition = data["current_condition"][0]