This commit is contained in:
xyj 2023-12-09 15:32:47 +08:00
parent 5bbb0297dd
commit 56beae735b
1 changed files with 1 additions and 0 deletions

View File

@ -215,6 +215,7 @@ def test():
}
t2 = LOT_DATA(**data)
add(t2)
time.sleep(1)
if __name__ == '__main__':