4 lines
76 B
Plaintext
4 lines
76 B
Plaintext
while True:
|
|
img.initialize()
|
|
img.waitNext(10000)
|
|
time.sleep(2.0) |