fix missing space

This commit is contained in:
cheese1
2018-09-03 11:31:39 +02:00
parent 694c17a40b
commit aed2e63984

View File

@@ -93,7 +93,7 @@ def request_response(url, method="get", auto_raise=True,
if kwargs["verify"]:
logger.error(
"Unable to connect to remote host because of a SSL error. "
"It is likely that your system cannot verify the validity"
"It is likely that your system cannot verify the validity "
"of the certificate. The remote certificate is either "
"self-signed, or the remote server uses SNI. See the wiki for "
"more information on this topic.")