mirror of
https://github.com/YunoHost-Apps/fittrackee_ynh.git
synced 2024-09-03 18:36:16 +02:00
update weather choices
This commit is contained in:
parent
b8a224584e
commit
d11fceb750
1 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue