adding a sleep function to the sleeping activity

otherwise it passes too fast to see
This commit is contained in:
Andreas Zweili 2015-07-13 20:38:59 +02:00
parent e3fe4e7da3
commit 99d625ea06
2 changed files with 1 additions and 0 deletions

View File

@ -192,3 +192,4 @@ def sleeping():
print("Sleeping works")
else:
print("Something is broken")
time.sleep(3)