This commit is contained in:
2024-05-08 01:33:20 +08:00
parent 0e8e7e1b75
commit 46e14fe0fe
5 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
import time
import guan
print(guan.get_time())
time.sleep(60)
x = ['test_001']
guan.dump_data(x, filename='result_1')
print(guan.get_time())
guan.make_file('./complete_1.txt')