mb@mb
6 years ago
1 changed files with 8 additions and 0 deletions
@ -0,0 +1,8 @@ |
|||
import time |
|||
|
|||
s = Sound() |
|||
s.read('') |
|||
|
|||
while True: |
|||
time.sleep(60) |
|||
s.play() |
Loading…
Reference in new issue