Browse Source

add some logging

Sven Czarnian 3 years ago
parent
commit
fd324ea747
1 changed files with 2 additions and 1 deletions
  1. 2 1
      aman/com/Weather.py

+ 2 - 1
aman/com/Weather.py

@@ -52,4 +52,5 @@ class Weather(Thread):
 
             if None == self.lastUpdateTried or self.lastUpdateTried <= now:
                 if True == self.provider.receiveWindData():
-                    self.nextUpdate = self.provider.updateTime
+                    self.nextUpdate = self.provider.updateTime
+                    print('Received new wind data')