mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2025-12-12 11:05:42 +00:00
Tidy up devel docker
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import time
|
||||
import sys
|
||||
|
||||
print ("Sleep loop, you should run your script from the console")
|
||||
|
||||
while True:
|
||||
# Wait for 5 seconds
|
||||
print('To stderr.', file=sys.stderr)
|
||||
|
||||
time.sleep(2)
|
||||
Reference in New Issue
Block a user