From 4bfc710a54cc53639d6adcfa81bba7799d6cc76a Mon Sep 17 00:00:00 2001 From: Rob Pearce Date: Sun, 3 Sep 2023 12:32:37 +1000 Subject: [PATCH] Suppress python urllib3 "notopenssl" warning --- aircon.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aircon.sh b/aircon.sh index 1142ea3..fdf2fb5 100755 --- a/aircon.sh +++ b/aircon.sh @@ -36,6 +36,8 @@ LINK="$BLUE$UNDERLINE" RULEDB=0 +export PYTHONWARNINGS="ignore" # for urllib NotOpenSSLWarning + function enable_cronmode() { cronmode=1 BOLD=""