More debug

This commit is contained in:
dave 2014-08-26 14:42:25 -07:00
parent 3c0bdbf386
commit 02a1a42edf
1 changed files with 8 additions and 2 deletions

View File

@ -31,8 +31,14 @@ class recordTick(Thread):
#self.tick()
## END TESTING CODE
self.scheduleTick()
print("Run exit")
#self.scheduleTick()
## TESTING CODE
while True:
time.sleep(self.timeToNextMinute())
self.tick()
print("Ticked")
def tick(self):
print("tick (start): my threads: %s" % self.threads)