Skip to content

Commit

Permalink
improve(http): disable warnings for unverified requests
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Jun 25, 2024
1 parent 1874755 commit 3aaee3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mkdocs_rss_plugin/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

# 3rd party
import markdown
import urllib3
from git import (
GitCommandError,
GitCommandNotFound,
Expand Down Expand Up @@ -51,6 +52,7 @@
# ################################

logger = get_plugin_logger(MKDOCS_LOGGER_NAME)
urllib3.disable_warnings() # disable warnings for unverified requests

# ############################################################################
# ########## Classes #############
Expand Down

0 comments on commit 3aaee3b

Please sign in to comment.