Files
changedetection.io/backend/dev-docker/sleep.py
2021-01-28 11:12:48 +01:00

9 lines
147 B
Python

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