Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
stamparm committed Jan 29, 2015
1 parent 024c500 commit 9f679a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/core/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,8 @@ def paramToDict(place, parameters=None):
test = readInput(message, default="N")
if test[0] not in ("y", "Y"):
raise SqlmapSilentQuitException
elif test.lower() == "yy":
pass
else:
original = [_ for _ in string.ascii_letters + string.digits]
shuffled = list(original)
Expand Down

0 comments on commit 9f679a9

Please sign in to comment.