mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-05 17:05:03 -05:00
Merge pull request #1341 from abeloin/patch-requests_warning
Disable urllib3 InsecureRequestWarning
This commit is contained in:
commit
e0204d048e
@ -52,6 +52,9 @@ from sickbeard.databases import mainDB, cache_db, failed_db
|
||||
|
||||
from lib.configobj import ConfigObj
|
||||
|
||||
from lib import requests
|
||||
requests.packages.urllib3.disable_warnings()
|
||||
|
||||
PID = None
|
||||
|
||||
CFG = None
|
||||
|
Loading…
Reference in New Issue
Block a user