added back missing funcs
This commit is contained in:
parent
1c5d60344c
commit
710436b62e
|
|
@ -96,7 +96,7 @@ class RepeatTimer(Thread):
|
|||
if not self.finished.isSet():
|
||||
#print self.function
|
||||
self.function(*self.args, **self.kwargs)
|
||||
count += 1
|
||||
count += 1
|
||||
except Exception:
|
||||
self.cancel()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue