Suppress python urllib3 "notopenssl" warning

This commit is contained in:
Rob Pearce 2023-09-03 12:32:37 +10:00
parent 20452ec0f3
commit 4bfc710a54
1 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,8 @@ LINK="$BLUE$UNDERLINE"
RULEDB=0
export PYTHONWARNINGS="ignore" # for urllib NotOpenSSLWarning
function enable_cronmode() {
cronmode=1
BOLD=""