summaryrefslogtreecommitdiffstats
path: root/Demo/sgi/al/playold.py
diff options
context:
space:
mode:
Diffstat (limited to 'Demo/sgi/al/playold.py')
-rwxr-xr-xDemo/sgi/al/playold.py2
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()