Fix what I broke when converting to single quotes
This commit is contained in:
parent
aa04ea84b7
commit
0a0c1b8cef
1 changed files with 1 additions and 1 deletions
|
@ -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.')
|
||||
|
|
Loading…
Reference in a new issue