fix
This commit is contained in:
parent
83c8acdd2d
commit
72ec9ac4ec
|
@ -207,6 +207,7 @@ class S:
|
||||||
|
|
||||||
|
|
||||||
s = S()
|
s = S()
|
||||||
while True:
|
|
||||||
s.proc()
|
s.proc()
|
||||||
time.sleep(5)
|
# while True:
|
||||||
|
# s.proc()
|
||||||
|
# time.sleep(5)
|
||||||
|
|
Loading…
Reference in New Issue