mirror of
https://github.com/ufergus/arNetSked.git
synced 2026-01-24 05:46:38 -06:00
time bug fix
This commit is contained in:
@@ -355,7 +355,7 @@ class arNet(arElement, threading.Thread):
|
|||||||
self.txCB(self.buildPacket())
|
self.txCB(self.buildPacket())
|
||||||
|
|
||||||
while not self._stopped.wait(wt):
|
while not self._stopped.wait(wt):
|
||||||
self.arPrint("Delay complete at %s" % arGetLocalTime())
|
self.arPrint("Delay complete at %s" % self.arGetLocalTime())
|
||||||
wt = self.calcWaitTime()
|
wt = self.calcWaitTime()
|
||||||
if not self._stopped.is_set() and self.objmode > 0:
|
if not self._stopped.is_set() and self.objmode > 0:
|
||||||
self.txCB(self.buildPacket())
|
self.txCB(self.buildPacket())
|
||||||
|
|||||||
Reference in New Issue
Block a user