From 4889a79822461b95f9f16c646b1f3ec880e22405 Mon Sep 17 00:00:00 2001 From: "E. Seiver" Date: Fri, 8 Dec 2023 13:03:10 -0800 Subject: [PATCH] .md link to caps (#225) One intra-documentation link gave me a 404 so I updated it to the filename. All other markdown links look ok. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- README.md | 2 +- wikiteam3/dumpgenerator/cli/cli.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9cb6bae..0d93628 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Please consider publishing your wiki dump(s). You can do it yourself as explaine ## Contributing -For information on reporting bugs and proposing changes, please see the [Contributing](./Contributing.md) guide. +For information on reporting bugs and proposing changes, please see the [Contributing](./CONTRIBUTING.md) guide. ## Code of Conduct diff --git a/wikiteam3/dumpgenerator/cli/cli.py b/wikiteam3/dumpgenerator/cli/cli.py index 55332c4..da4600e 100644 --- a/wikiteam3/dumpgenerator/cli/cli.py +++ b/wikiteam3/dumpgenerator/cli/cli.py @@ -230,7 +230,7 @@ def getParameters(params=None) -> Tuple[Config, Dict]: if args.insecure: session.verify = False requests.packages.urllib3.disable_warnings() - requests.packages.urllib3.util.ssl_.DEFAULT_CIPHERS = 'ALL:@SECLEVEL=1' + requests.packages.urllib3.util.ssl_.DEFAULT_CIPHERS = "ALL:@SECLEVEL=1" print("WARNING: SSL certificate verification disabled") # Custom session retry