Push fixed
This commit is contained in:
parent
d0b15a162a
commit
d47c4c3c1c
1 changed files with 0 additions and 1 deletions
|
@ -68,7 +68,6 @@ def send_data_to_openweather(temp, hum, wind, pres, date):
|
||||||
print(data)
|
print(data)
|
||||||
print(header)
|
print(header)
|
||||||
|
|
||||||
#conn.request("POST", url, urllib.parse.urlencode(data), header)
|
|
||||||
conn.request("POST", url, data, header)
|
conn.request("POST", url, data, header)
|
||||||
|
|
||||||
res = conn.getresponse()
|
res = conn.getresponse()
|
||||||
|
|
Loading…
Reference in a new issue