This commit is contained in:
xyj 2023-12-13 15:03:05 +08:00
parent d618cdd674
commit c5eaac4bc3
1 changed files with 0 additions and 1 deletions

View File

@ -185,7 +185,6 @@ def local():
} }
t = LOT_DATA(**data) t = LOT_DATA(**data)
add(t) add(t)
time.sleep(1)
except Exception as e: except Exception as e:
# print(e) # print(e)
pass pass