summaryrefslogtreecommitdiffstats
path: root/Demo/sgi/al/playold.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-10-07 10:23:49 (GMT)
committerGuido van Rossum <guido@python.org>1994-10-07 10:23:49 (GMT)
commit50519c619057a91ddeda18eb105b29bab4810ed9 (patch)
treea1a598d0bdfec5ae842abb256d060b34ba4e6330 /Demo/sgi/al/playold.py
parent46e4b07a8120ca0a09a03c7fceaa6f914acf47d5 (diff)
downloadcpython-50519c619057a91ddeda18eb105b29bab4810ed9.zip
cpython-50519c619057a91ddeda18eb105b29bab4810ed9.tar.gz
cpython-50519c619057a91ddeda18eb105b29bab4810ed9.tar.bz2
micro changes
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()