From d47c4c3c1ce40d74857ee89d7030a81d58c73337 Mon Sep 17 00:00:00 2001 From: klaute Date: Wed, 29 Apr 2020 15:56:39 +0200 Subject: [PATCH] Push fixed --- oko-weather/oko-weather-sync.py | 1 - 1 file changed, 1 deletion(-) diff --git a/oko-weather/oko-weather-sync.py b/oko-weather/oko-weather-sync.py index 3d0947b..2b27b30 100644 --- a/oko-weather/oko-weather-sync.py +++ b/oko-weather/oko-weather-sync.py @@ -68,7 +68,6 @@ def send_data_to_openweather(temp, hum, wind, pres, date): print(data) print(header) - #conn.request("POST", url, urllib.parse.urlencode(data), header) conn.request("POST", url, data, header) res = conn.getresponse()