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

9 wiersze
122 B
Python
Czysty Zwykły widok Historia

2021-01-27 11:39:46 +00:00
import time
import sys
while True:
# Wait for 5 seconds
print('To stderr.', file=sys.stderr)
time.sleep(2)