diff options
Diffstat (limited to 'Demo/sgi/al/playold.py')
-rwxr-xr-x | Demo/sgi/al/playold.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/sgi/al/playold.py b/Demo/sgi/al/playold.py index d0cb592..9792c16 100755 --- a/Demo/sgi/al/playold.py +++ b/Demo/sgi/al/playold.py @@ -43,7 +43,7 @@ def main(): if not buf: break port.writesamps(buf) while port.getfilled() > 0: - time.millisleep(100) + time.sleep(0.1) try: main() |