fix
This commit is contained in:
parent
a50bf665b8
commit
44d786572f
|
@ -200,4 +200,6 @@ class S:
|
|||
|
||||
|
||||
s = S()
|
||||
s.proc()
|
||||
while True:
|
||||
s.proc()
|
||||
time.sleep(5)
|
||||
|
|
Loading…
Reference in New Issue