mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
proper update regarding last commit
This commit is contained in:
@@ -232,7 +232,7 @@ class Connect:
|
||||
msg += "also on the redirection got from the application\n"
|
||||
|
||||
while True:
|
||||
choice = readInput(msg, default=None)
|
||||
choice = readInput(msg, default="")
|
||||
|
||||
if not choice:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user