From 600e5a7fbe0407bf24466719b9cbaef85b429def Mon Sep 17 00:00:00 2001 From: klaute Date: Tue, 24 Mar 2020 22:29:18 +0100 Subject: [PATCH] tld fixed --- oko-weather/oko-weather-sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oko-weather/oko-weather-sync.py b/oko-weather/oko-weather-sync.py index 9ce27e1..43d939c 100644 --- a/oko-weather/oko-weather-sync.py +++ b/oko-weather/oko-weather-sync.py @@ -44,7 +44,7 @@ def send_data_to_openweather(temp, hum, wind, pres, date): # http://api.openweathermap.org/data/3.0/stations?appid= http.client.HTTPSConnection.debuglevel = 1 - conn = http.client.HTTPSConnection("api.openweathermap.com") + conn = http.client.HTTPSConnection("api.openweathermap.org") logging.basicConfig() logging.getLogger().setLevel(logging.DEBUG)