mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
yes, I am quite paranoid with cosmetics
This commit is contained in:
@@ -1505,7 +1505,7 @@ def beep():
|
||||
"""
|
||||
|
||||
if sys.platform == 'linux2':
|
||||
for dev in ('/dev/audio', '/dev/dsp'):
|
||||
for dev in ('/dev/audio', '/dev/dsp', '/dev/sound'):
|
||||
if os.path.exists(dev):
|
||||
try:
|
||||
audio = file(dev, 'wb')
|
||||
|
||||
Reference in New Issue
Block a user