This commit is contained in:
lwl0608 2024-04-29 14:15:55 +08:00
parent a50bf665b8
commit 44d786572f
1 changed files with 3 additions and 1 deletions

View File

@ -200,4 +200,6 @@ class S:
s = S()
s.proc()
while True:
s.proc()
time.sleep(5)