wwo url fixed

This commit is contained in:
Igor Chubin 2019-08-25 20:28:19 +02:00
parent 509e87fa86
commit 94047e1e5b

View File

@ -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())