From: Guillaume Pellerin Date: Sun, 8 Jun 2025 23:22:03 +0000 (+0200) Subject: add time X-Git-Tag: 4.1.0~5 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=5a47c97686b73f35f84eb12ec536f1c51dded9e1;p=telecaster-server.git add time --- diff --git a/bin/streaming/telecaster.py b/bin/streaming/telecaster.py index a70a892..25b4f6b 100755 --- a/bin/streaming/telecaster.py +++ b/bin/streaming/telecaster.py @@ -130,6 +130,7 @@ class TeleCaster(Thread): command = self.audio_config["engine"] + " " + self.audio_config["options"] thread = TeleCasterThreadedCommand(command) thread.start() + time.sleep(BOOT_TIME_DELAY) def audio_tools_start(self): for tool in self.audio_config["tools"]: