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

9 wiersze
147 B
Python
Czysty Zwykły widok Historia

2021-01-27 11:39:46 +00:00
import time
import sys
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
time.sleep(2)