mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 05:43:16 -07:00
Merge pull request #1941 from clinton-hall/unwarned
Don't disable urllib3 warnings
This commit is contained in:
commit
0b02c1c1b5
5 changed files with 0 additions and 15 deletions
|
@ -32,9 +32,6 @@ from core.utils.paths import remove_dir
|
||||||
from core.utils.network import server_responding
|
from core.utils.network import server_responding
|
||||||
|
|
||||||
|
|
||||||
requests.packages.urllib3.disable_warnings()
|
|
||||||
|
|
||||||
|
|
||||||
def process(
|
def process(
|
||||||
*,
|
*,
|
||||||
section: str,
|
section: str,
|
||||||
|
|
|
@ -32,9 +32,6 @@ from core.utils.paths import remove_dir
|
||||||
from core.utils.network import server_responding
|
from core.utils.network import server_responding
|
||||||
|
|
||||||
|
|
||||||
requests.packages.urllib3.disable_warnings()
|
|
||||||
|
|
||||||
|
|
||||||
def process(
|
def process(
|
||||||
*,
|
*,
|
||||||
section: str,
|
section: str,
|
||||||
|
|
|
@ -32,9 +32,6 @@ from core.utils.paths import remove_dir
|
||||||
from core.utils.network import server_responding
|
from core.utils.network import server_responding
|
||||||
|
|
||||||
|
|
||||||
requests.packages.urllib3.disable_warnings()
|
|
||||||
|
|
||||||
|
|
||||||
def process(
|
def process(
|
||||||
*,
|
*,
|
||||||
section: str,
|
section: str,
|
||||||
|
|
|
@ -32,9 +32,6 @@ from core.utils.paths import remove_dir
|
||||||
from core.utils.network import server_responding
|
from core.utils.network import server_responding
|
||||||
|
|
||||||
|
|
||||||
requests.packages.urllib3.disable_warnings()
|
|
||||||
|
|
||||||
|
|
||||||
def process(
|
def process(
|
||||||
*,
|
*,
|
||||||
section: str,
|
section: str,
|
||||||
|
|
|
@ -32,9 +32,6 @@ from core.utils.paths import remove_dir
|
||||||
from core.utils.network import server_responding
|
from core.utils.network import server_responding
|
||||||
|
|
||||||
|
|
||||||
requests.packages.urllib3.disable_warnings()
|
|
||||||
|
|
||||||
|
|
||||||
def process(
|
def process(
|
||||||
*,
|
*,
|
||||||
section: str,
|
section: str,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue