From 6c4c9a508a70e4bd06c7ec7e1df052c8bec1405c Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Mon, 6 Mar 2023 20:21:02 +0100 Subject: [PATCH] test choices --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index a25e54b..df3ca6c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -46,8 +46,8 @@ 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"] - default = "" + choices = [" ","darksky", "visualcrossing"] + default = " " [install.weather_key] ask.en = "Insert here the api key from the chosen weather provider"