From d11fceb75025d19c521c7870780a5fe6edc27e93 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Mon, 6 Mar 2023 20:07:54 +0100 Subject: [PATCH] update weather choices --- manifest.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index efb3936..3fd3296 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" @@ -69,6 +69,5 @@ ram.runtime = "50M" [resources.apt] packages = "postgresql, postgresql-contrib, python3-venv" - [resources.database] type = "postgresql"