Files
changedetection.io/changedetectionio/dev-docker/sleep.py
2021-08-16 15:24:37 +02:00

8 lines
136 B
Python

import time
print ("Sleep loop, you should run your script from the console")
while True:
# Wait for 5 seconds
time.sleep(2)