mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Minor patch
This commit is contained in:
parent
7731c6c135
commit
1bfb9efb91
2 changed files with 2 additions and 2 deletions
|
|
@ -81,7 +81,7 @@ def checkDependencies():
|
|||
missing_libraries.add('python-ntlm')
|
||||
|
||||
try:
|
||||
__import__("websocket.ABNF")
|
||||
__import__("websocket._abnf")
|
||||
debugMsg = "'websocket-client' library is found"
|
||||
logger.debug(debugMsg)
|
||||
except ImportError:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue