changedetection.io/changedetectionio/dev-docker/sleep.py

8 wiersze
136 B
Python
Czysty Zwykły widok Historia

2021-01-27 11:39:46 +00:00
import time
2021-01-28 10:12:48 +00:00
print ("Sleep loop, you should run your script from the console")
2021-01-27 11:39:46 +00:00
while True:
# Wait for 5 seconds
2021-02-21 13:26:19 +00:00
time.sleep(2)