Tidy up devel docker

This commit is contained in:
Leigh Morresi
2021-01-28 11:12:48 +01:00
parent b574a28f1f
commit 69c18f817d
2 changed files with 1 additions and 2 deletions

View File

@@ -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)