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