X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/blobdiff_plain/868a19293dd7896eefc89228b4c490f80c39bd8f..5ec23d237a6f87fe54a47f04c9a27fe157f59c40:/owm.py 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'],