From c4e3a0ee75cdccebf5d833a40157575b3eead894 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Wed, 23 Jun 2021 11:26:35 +0100 Subject: [PATCH] fix public api --- weather/publicapi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weather/publicapi.json b/weather/publicapi.json index a92b471..194f272 100644 --- a/weather/publicapi.json +++ b/weather/publicapi.json @@ -3,7 +3,7 @@ "icon": "☀️", "category": "climate", "pricing": { - "Weather.Now": 1 + "Weather.Now": 1, "Weather.Forecast": 2 } }