Skip to content
Snippets Groups Projects
Commit fca1179d authored by David Huss's avatar David Huss :speech_balloon:
Browse files

Don't print insequrerequestwarnings

parent 218d8c86
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,8 @@ import struct
import logging
from typing import List
import RPi.GPIO as GPIO
from requests.packages.urllib3.exceptions import InsecureRequestWarning
requests.packages.urllib3.disable_warnings(InsecureRequestWarning)
from config import initialize_config, APPLICATION_NAME, DEFAULT_CONFIG
from keycode import KEYCODE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment