Fix what I broke when converting to single quotes

This commit is contained in:
samwiseg0 2018-12-04 19:58:07 -05:00
parent aa04ea84b7
commit 0a0c1b8cef

View file

@ -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.')