mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Fixes #2843
This commit is contained in:
parent
7ade3aa1ad
commit
cad6cfe6a6
3 changed files with 4 additions and 4 deletions
|
|
@ -1048,7 +1048,7 @@ def readInput(message, default=None, checkBatch=True, boolean=False):
|
|||
if boolean:
|
||||
retVal = retVal.strip().upper() == 'Y'
|
||||
|
||||
return retVal
|
||||
return retVal or ""
|
||||
|
||||
def randomRange(start=0, stop=1000, seed=None):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue