Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1385eb commit 13f76cfCopy full SHA for 13f76cf
1 file changed
lib/core/exception.py
@@ -89,8 +89,8 @@ class sqlmapValueException(Exception):
89
def unhandledException():
90
errMsg = "unhandled exception in %s, please copy " % VERSION_STRING
91
errMsg += "the command line and the following text and send by e-mail "
92
- errMsg += "to [email protected]. I will fix it as soon as "
93
- errMsg += "possible:\nsqlmap version: %s\n" % VERSION
+ errMsg += "to [email protected]. The developers will "
+ errMsg += "fix it as soon as possible:\nsqlmap version: %s\n" % VERSION
94
errMsg += "Python version: %s\n" % sys.version.split()[0]
95
errMsg += "Operating system: %s" % sys.platform
96
return errMsg
0 commit comments