From c5eaac4bc30599e7909e2a7fe90dc89b7cadf3b5 Mon Sep 17 00:00:00 2001 From: xyj <10908227994@qq.com> Date: Wed, 13 Dec 2023 15:03:05 +0800 Subject: [PATCH] update --- sensor_to_local.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sensor_to_local.py b/sensor_to_local.py index 2956e68..835748f 100755 --- a/sensor_to_local.py +++ b/sensor_to_local.py @@ -185,7 +185,6 @@ def local(): } t = LOT_DATA(**data) add(t) - time.sleep(1) except Exception as e: # print(e) pass