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():
|
if not self.finished.isSet():
|
||||||
#print self.function
|
#print self.function
|
||||||
self.function(*self.args, **self.kwargs)
|
self.function(*self.args, **self.kwargs)
|
||||||
count += 1
|
count += 1
|
||||||
except Exception:
|
except Exception:
|
||||||
self.cancel()
|
self.cancel()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue