You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
changedetection.io/backend/dev-docker/sleep.py

9 lines
122 B

import time
import sys
while True:
# Wait for 5 seconds
print('To stderr.', file=sys.stderr)
time.sleep(2)