mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-08-29 11:11:35 +00:00
5 lines
101 B
Python
5 lines
101 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
from requests.packages import urllib3
|
||
|
|
||
|
def fix():
|
||
|
urllib3.disable_warnings()
|