From 5a47c97686b73f35f84eb12ec536f1c51dded9e1 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 9 Jun 2025 01:22:03 +0200 Subject: [PATCH] add time --- bin/streaming/telecaster.py | 1 + 1 file changed, 1 insertion(+) 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"]: -- 2.39.5