From ac6a7b0faf29c84b6d11f946c6386f6dd9f1507f Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Sun, 5 Mar 2023 20:06:08 +0100 Subject: [PATCH] fix --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index f721252..af4a7d7 100644 --- a/manifest.toml +++ b/manifest.toml @@ -46,7 +46,7 @@ ram.runtime = "50M" help.en = "As Darksky is deprecating his api, it is suggested to opt for Visual Crossing" help.fr = "Comme Darksky déprécie son API, il est suggéré d'opter pour Visual Crossing" type = "select" - Choices = ["darksky", "visualcrossing"] + choices = ["darksky", "visualcrossing"] [install.weather_key] ask.en = "Insert here the api key from the chosen weather provider"