If there is no previous file, scheduleNextSwitch() call.
This commit is contained in:
parent
47a2a99a1f
commit
e072efc956
@ -117,7 +117,7 @@ class AudioWriter(object):
|
|||||||
except OSError:
|
except OSError:
|
||||||
logger.exception("Error while unlinking job files")
|
logger.exception("Error while unlinking job files")
|
||||||
|
|
||||||
self._scheduleNextSwitch()
|
self._scheduleNextSwitch()
|
||||||
|
|
||||||
def start(self):
|
def start(self):
|
||||||
self.wavefile = self.getWaveFile()
|
self.wavefile = self.getWaveFile()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user