mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
yes, I am quite paranoid with cosmetics
This commit is contained in:
parent
0efecde248
commit
d554ffc0ae
3 changed files with 4 additions and 2 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue