mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-08-26 18:09:21 +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() |