From aed2e6398407f56653d869cbe5d4009274d44771 Mon Sep 17 00:00:00 2001 From: cheese1 Date: Mon, 3 Sep 2018 11:31:39 +0200 Subject: [PATCH] fix missing space --- headphones/request.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headphones/request.py b/headphones/request.py index a4a9b128..dac4ffb4 100644 --- a/headphones/request.py +++ b/headphones/request.py @@ -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.")