Minor patch

This commit is contained in:
Miroslav Stampar 2026-01-04 20:23:41 +01:00
parent 6ef62d0201
commit 15c65d084c
3 changed files with 4 additions and 4 deletions

View file

@ -25,5 +25,5 @@ class HTTPRangeHandler(_urllib.request.BaseHandler):
def http_error_416(self, req, fp, code, msg, hdrs):
# HTTP's Range Not Satisfiable error
errMsg = "there was a problem while connecting "
errMsg += "target ('406 - Range Not Satisfiable')"
errMsg += "target ('416 - Range Not Satisfiable')"
raise SqlmapConnectionException(errMsg)