increase time between processes

pull/293/head
Ben Xu 5 months ago
parent 25279976b5
commit 0572d6e9f1

@ -240,7 +240,7 @@ def _run(
# Start all threads and set up logging for thread completion # Start all threads and set up logging for thread completion
for thread in threads: for thread in threads:
thread.start() thread.start()
time.sleep(5) time.sleep(7)
# Create QR code # Create QR code
url = f"ws://{ip_address}:7880" url = f"ws://{ip_address}:7880"

Loading…
Cancel
Save