From 8b8255c25147ff64b9b156bba631d1d0aee74611 Mon Sep 17 00:00:00 2001 From: Kshitij Date: Sat, 15 Dec 2012 15:54:06 +0000 Subject: fixed a .. glitch --- diff --git a/audiograb.py b/audiograb.py index 2e91c38..1de1bbe 100644 --- a/audiograb.py +++ b/audiograb.py @@ -405,7 +405,7 @@ class AudioGrab(): self._log_this_sample = False self._logging_counter = 0 elif interval != 0: - self..make_timer() + self.make_timer() self._take_screenshot = screenshot self._busy = False @@ -413,7 +413,7 @@ class AudioGrab(): ''' Log the current sample now. This method is called from the _logging_timer object when the interval expires. ''' self._log_this_sample = True - self..make_timer() + self.make_timer() def .make_timer(self): ''' Create the next timer that will trigger data logging. ''' -- cgit v0.9.1