From 0478c8e026c995e8bcc5f0c05fec6013d2aeaa8c Mon Sep 17 00:00:00 2001 From: gregor herrmann Date: Sat, 16 Jun 2018 19:17:03 +0200 Subject: [PATCH 1/1] remove debug rest --- owm.py | 1 - 1 file changed, 1 deletion(-) 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'], -- 2.47.3