This commit is contained in:
lwl0608 2024-05-07 14:16:28 +08:00
parent 83c8acdd2d
commit 72ec9ac4ec
1 changed files with 4 additions and 3 deletions

View File

@ -207,6 +207,7 @@ class S:
s = S()
while True:
s.proc()
time.sleep(5)
s.proc()
# while True:
# s.proc()
# time.sleep(5)