tld fixed
This commit is contained in:
parent
bf7ac4b0df
commit
600e5a7fbe
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ def send_data_to_openweather(temp, hum, wind, pres, date):
|
||||||
|
|
||||||
# http://api.openweathermap.org/data/3.0/stations?appid=
|
# http://api.openweathermap.org/data/3.0/stations?appid=
|
||||||
http.client.HTTPSConnection.debuglevel = 1
|
http.client.HTTPSConnection.debuglevel = 1
|
||||||
conn = http.client.HTTPSConnection("api.openweathermap.com")
|
conn = http.client.HTTPSConnection("api.openweathermap.org")
|
||||||
|
|
||||||
logging.basicConfig()
|
logging.basicConfig()
|
||||||
logging.getLogger().setLevel(logging.DEBUG)
|
logging.getLogger().setLevel(logging.DEBUG)
|
||||||
|
|
Loading…
Reference in a new issue