Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5e31229

Browse files
committed
Minor cosmetic update
1 parent abbd352 commit 5e31229

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/request/connect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ def _adjustParameter(paramString, parameter, newValue):
768768
token = page
769769

770770
if not token:
771-
errMsg = "CSRF token value '%s' can't be found at '%s'" % (conf.csrfToken, conf.csrfUrl or conf.url)
771+
errMsg = "CSRF protection token '%s' can't be found at '%s'" % (conf.csrfToken, conf.csrfUrl or conf.url)
772772
if not conf.csrfUrl:
773773
errMsg += ". You can try to rerun by providing "
774774
errMsg += "a valid value for option '--csrf-url'"

0 commit comments

Comments
 (0)