From 710436b62e02fa4a55008905a0e08afcb0500cc5 Mon Sep 17 00:00:00 2001 From: Skyler Lehmkuhl Date: Mon, 9 Jan 2012 21:55:46 -0500 Subject: [PATCH] added back missing funcs --- misc_funcs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc_funcs.py b/misc_funcs.py index e79609d..af73053 100644 --- a/misc_funcs.py +++ b/misc_funcs.py @@ -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()