Skip to content
Snippets Groups Projects
Commit dbd6cd42 authored by Frede H's avatar Frede H :speech_balloon:
Browse files

fixed spelling error

parent 18536b45
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@ def verify_config(config):
errors.append(" Branch = {}. {} {}".format(
", ".join(config["branch"]), txt.EXP_CLR, conf.BRANCHES))
if config["ssl_verify"] not in conf.SSL:
errors.append(" SSLVerfy = {}. {} {}".format(
errors.append(" SSLVerify = {}. {} {}".format(
", ".join(config["ssl_verify"]), txt.EXP_CLR, conf.SSL))
for p in config["protocols"]:
if p not in conf.PROTOCOLS:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment