fix syntax error
authorMoritz Venn <ritzmo@users.schwerkraft.elitedvb.net>
Sun, 9 Nov 2008 10:00:45 +0000 (10:00 +0000)
committerMoritz Venn <ritzmo@users.schwerkraft.elitedvb.net>
Sun, 9 Nov 2008 10:00:45 +0000 (10:00 +0000)
autotimer/src/AutoTimerComponent.py

index 1227430..e260848 100644 (file)
@@ -435,7 +435,7 @@ class AutoTimerComponent(object):
        def checkTimespan(self, begin):
                return self.checkAnyTimespan(begin, *self.timespan)
 
-       def decrementCounter(self)
+       def decrementCounter(self):
                if self.matchCount and self.matchLeft > 0:
                        self.matchLeft -= 1