Fixing a few more easy lint wins

This commit is contained in:
Leigh Morresi
2021-02-21 14:26:19 +01:00
parent 22c7a1a88d
commit e200cd3289
6 changed files with 10 additions and 34 deletions

View File

@@ -1,9 +1,7 @@
import time
import sys
print ("Sleep loop, you should run your script from the console")
while True:
# Wait for 5 seconds
time.sleep(2)
time.sleep(2)