From 0a0c1b8cefe804fa29330aeee708eaa3775eea1d Mon Sep 17 00:00:00 2001 From: samwiseg0 Date: Tue, 4 Dec 2018 19:58:07 -0500 Subject: [PATCH] Fix what I broke when converting to single quotes --- varken/helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varken/helpers.py b/varken/helpers.py index 772f70f..6643fd1 100644 --- a/varken/helpers.py +++ b/varken/helpers.py @@ -69,7 +69,7 @@ def connection_handler(session, request, verify): logger.info('No JSON response... BORKED! Let us know in discord') except InvalidSchema: - logger.info('You added http(s):// in the config file. Don't do that.') + logger.info('You added http(s):// in the config file. Don\'t do that.') except SSLError as e: logger.info('Either your host is unreachable or you have an ssl issue.')