1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fittrackee_ynh.git synced 2024-09-03 18:36:16 +02:00

fix default weather_provider

This commit is contained in:
Thomas 2023-03-08 13:42:40 +01:00 committed by GitHub
parent 2fb43b21bf
commit 60ca92f4fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,7 @@ ram.runtime = "50M"
help.fr = "Comme Darksky déprécie son API, il est suggéré d'opter pour Visual Crossing" help.fr = "Comme Darksky déprécie son API, il est suggéré d'opter pour Visual Crossing"
type = "select" type = "select"
choices = ["", "darksky", "visualcrossing"] choices = ["", "darksky", "visualcrossing"]
default = false default = ""
optional = true optional = true
[install.weather_key] [install.weather_key]