add some logging
This commit is contained in:
		| @@ -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') | ||||
		Reference in New Issue
	
	Block a user