mirror of
https://github.com/chubin/wttr.in
synced 2025-01-11 19:48:45 +00:00
wwo url fixed
This commit is contained in:
parent
509e87fa86
commit
94047e1e5b
1 changed files with 1 additions and 1 deletions
|
@ -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())
|
||||
|
|
Loading…
Reference in a new issue