From 94047e1e5b9f3033eabda55c8f3292ee70d5c2d5 Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Sun, 25 Aug 2019 20:28:19 +0200 Subject: [PATCH] wwo url fixed --- bin/proxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/proxy.py b/bin/proxy.py index fda7131..d7f1bc6 100644 --- a/bin/proxy.py +++ b/bin/proxy.py @@ -65,7 +65,7 @@ TRANSLATIONS = load_translations() def _find_srv_for_query(path, query): # pylint: disable=unused-argument - return 'http://api.worldweatheronline.com/' + return 'http://api.worldweatheronline.com' def _load_content_and_headers(path, query): timestamp = time.strftime("%Y%m%d%H", time.localtime())