This commit is contained in:
2025-03-06 09:20:06 +08:00
parent 60b9410584
commit cbedb87697
13 changed files with 26 additions and 8 deletions

View File

@@ -0,0 +1,7 @@
# 运行统计
import guan
import time
guan.statistics_with_day_and_time(content='start')
for i in range(3):
time.sleep(5)
guan.statistics_with_day_and_time(f'end_of_{i}')