tld fixed

This commit is contained in:
klaute 2020-03-24 22:29:18 +01:00
parent bf7ac4b0df
commit 600e5a7fbe
1 changed files with 1 additions and 1 deletions

View File

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