Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 221f976

Browse files
committed
minor update
1 parent 45ec8c1 commit 221f976

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1516,7 +1516,7 @@ def beep():
15161516
"""
15171517

15181518
if sys.platform == 'linux2':
1519-
for dev in ('/dev/audio', '/dev/dsp', '/dev/sound'):
1519+
for dev in ('/dev/audio', '/dev/oss', '/dev/dsp', '/dev/sound'):
15201520
if os.path.exists(dev):
15211521
try:
15221522
audio = file(dev, 'wb')

0 commit comments

Comments
 (0)