diff --git a/aman/com/Weather.py b/aman/com/Weather.py index a16fec6..cb2a7d5 100644 --- a/aman/com/Weather.py +++ b/aman/com/Weather.py @@ -60,10 +60,6 @@ class Weather(Thread): time.sleep(1) continue - # calculate the theoretical next try for an update - if None != self.lastUpdateTried: - earliestUpdate = self.lastUpdateTried + datetime.timedelta(minutes=2) - if None == self.lastUpdateTried or self.lastUpdateTried <= now: if True == self.provider.receiveWindData(): self.nextUpdate = self.provider.updateTime \ No newline at end of file