diff --git a/software/start.py b/software/start.py index 1a3c105..e4b9277 100644 --- a/software/start.py +++ b/software/start.py @@ -240,7 +240,7 @@ def _run( # Start all threads and set up logging for thread completion for thread in threads: thread.start() - time.sleep(5) + time.sleep(7) # Create QR code url = f"ws://{ip_address}:7880"