increase time between processes

This commit is contained in:
Ben Xu 2024-08-14 18:10:43 -07:00
parent 25279976b5
commit 0572d6e9f1
1 changed files with 1 additions and 1 deletions

View File

@ -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"