added back missing funcs

This commit is contained in:
Skyler Lehmkuhl 2012-01-09 21:55:46 -05:00
parent 1c5d60344c
commit 710436b62e
1 changed files with 1 additions and 1 deletions

View File

@ -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()