add some logging

Este commit está contenido en:
Sven Czarnian
2021-10-11 21:56:51 +02:00
padre ebea408267
commit fd324ea747

Ver fichero

@@ -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')