From 0572d6e9f166f71289f026b910819a3a41c20eb2 Mon Sep 17 00:00:00 2001 From: Ben Xu Date: Wed, 14 Aug 2024 18:10:43 -0700 Subject: [PATCH] increase time between processes --- software/start.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"