mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2025-12-12 11:05:42 +00:00
Initial commit
This commit is contained in:
9
backend/dev-docker/sleep.py
Normal file
9
backend/dev-docker/sleep.py
Normal file
@@ -0,0 +1,9 @@
|
||||
import time
|
||||
import sys
|
||||
|
||||
|
||||
while True:
|
||||
# Wait for 5 seconds
|
||||
print('To stderr.', file=sys.stderr)
|
||||
|
||||
time.sleep(2)
|
||||
Reference in New Issue
Block a user