mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-23 01:56:36 +03:00
minor update
This commit is contained in:
parent
45ec8c169a
commit
221f976fbd
|
@ -1516,7 +1516,7 @@ def beep():
|
||||||
"""
|
"""
|
||||||
|
|
||||||
if sys.platform == 'linux2':
|
if sys.platform == 'linux2':
|
||||||
for dev in ('/dev/audio', '/dev/dsp', '/dev/sound'):
|
for dev in ('/dev/audio', '/dev/oss', '/dev/dsp', '/dev/sound'):
|
||||||
if os.path.exists(dev):
|
if os.path.exists(dev):
|
||||||
try:
|
try:
|
||||||
audio = file(dev, 'wb')
|
audio = file(dev, 'wb')
|
||||||
|
|
Loading…
Reference in New Issue
Block a user