mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-09 06:01:29 +00:00
code reviewing part 2
This commit is contained in:
@@ -57,7 +57,7 @@ class CompleterNG(rlcompleter.Completer):
|
||||
def autoCompletion(sqlShell=False, osShell=False):
|
||||
# First of all we check if the readline is available, by default
|
||||
# it is not in Python default installation on Windows
|
||||
if not readline.haveReadline:
|
||||
if not readline._readline:
|
||||
return
|
||||
|
||||
if sqlShell:
|
||||
|
||||
Reference in New Issue
Block a user