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)