mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-08-26 09:59:23 +00:00
Fixing requests.urllib3 warnings
This commit is contained in:
5
src/fixes/fix_urllib3_warnings.py
Normal file
5
src/fixes/fix_urllib3_warnings.py
Normal file
@@ -0,0 +1,5 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from requests.packages import urllib3
|
||||
|
||||
def fix():
|
||||
urllib3.disable_warnings()
|
Reference in New Issue
Block a user