From: gregor herrmann Date: Sat, 16 Jun 2018 17:17:03 +0000 (+0200) Subject: remove debug rest X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/commitdiff_plain/0478c8e026c995e8bcc5f0c05fec6013d2aeaa8c remove debug rest --- diff --git a/owm.py b/owm.py index ada2567..27b9f08 100755 --- a/owm.py +++ b/owm.py @@ -48,7 +48,6 @@ def degToCompass(num): def extractweatherdata(w): - w['wind']['deg'] = math.nan data = dict( datetime = w['dt'], sunrise = w['sys']['sunrise'],