mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-07-08 13:53:07 +03:00
minor cosmetics
This commit is contained in:
parent
b6af80bab3
commit
850328df6c
|
@ -232,9 +232,9 @@ class Connect:
|
||||||
msg += "also on the redirection got from the application\n"
|
msg += "also on the redirection got from the application\n"
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
choice = readInput(msg, default="1")
|
choice = readInput(msg, default=None)
|
||||||
|
|
||||||
if not choice or choice == "1":
|
if not choice:
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
conf.url = choice
|
conf.url = choice
|
||||||
|
|
Loading…
Reference in New Issue
Block a user