mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Restyling redundant 'except Exception' form
This commit is contained in:
parent
acfeeb4f51
commit
834be1eddc
4 changed files with 4 additions and 4 deletions
|
|
@ -24,7 +24,7 @@ def beep():
|
|||
_linux_wav_play(BEEP_WAV_FILENAME)
|
||||
else:
|
||||
_speaker_beep()
|
||||
except Exception:
|
||||
except:
|
||||
_speaker_beep()
|
||||
|
||||
def _speaker_beep():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue