diff --git a/stechuhr_client/client.py b/stechuhr_client/client.py index fce77af5f044863575deb69fb50c4e5a5fc502be..7aa69b0b77038906716393fc8573ad0eb71849c4 100644 --- a/stechuhr_client/client.py +++ b/stechuhr_client/client.py @@ -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