Commit b6d35f81 authored by Romain Courteaud's avatar Romain Courteaud 🐸

slap/slap.py: missing import

parent 07305c70
......@@ -63,6 +63,8 @@ from .interface import slap as interface
import requests
from requests.exceptions import RequestException
# silence messages like 'Starting connection' that are logged with INFO
urllib3_logger = logging.getLogger('requests.packages.urllib3')
urllib3_logger.setLevel(logging.WARNING)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment