made sleeper longer

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-16 00:40:13 +01:00
parent 800292d7fd
commit 2738acff07
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ def start_mqtt_publishers():
except KeyboardInterrupt:
break
time.sleep(0.0001)
time.sleep(0.001)
except Exception as e:
print(e)
except KeyboardInterrupt: