From 6ca1b8b1b4c031c5342823d8df1141b235867d59 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Tue, 30 Jul 2024 18:02:02 +0200 Subject: [PATCH] more data collection, as fast as possible please --- sdm630_mqtt.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sdm630_mqtt.py b/sdm630_mqtt.py index 77d887f..83f99c3 100644 --- a/sdm630_mqtt.py +++ b/sdm630_mqtt.py @@ -128,7 +128,6 @@ if __name__ == "__main__": try: while True: client.request_and_publish() - sleep(2) except Exception as e: LOG.exception('oops') client.stop()