typo fixed (#446, #469)

This commit is contained in:
Igor Chubin 2020-06-10 22:20:15 +02:00
parent a3a64a6125
commit 6c7cd5a367

View file

@ -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]