From 3a2916724c466930812a6cc3d7c45e7335220ad6 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Sun, 11 May 2014 17:12:15 +0200 Subject: [PATCH] Minor style update --- lib/core/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/common.py b/lib/core/common.py index 3dc3308fc..19405db36 100755 --- a/lib/core/common.py +++ b/lib/core/common.py @@ -571,7 +571,7 @@ def paramToDict(place, parameters=None): warnMsg += "so sqlmap could be able to run properly" logger.warn(warnMsg) - message = "Are you sure you want to continue? [y/N] " + message = "are you sure you want to continue? [y/N] " test = readInput(message, default="N") if test[0] not in ("y", "Y"): raise SqlmapSilentQuitException