mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 21:03:14 -07:00
SSL Warnings workaround - autoProcessComics.py
Add code to disable warnings in NZBGet about 'unverified SSL Requests' being made between apps.
This commit is contained in:
parent
72ed27da42
commit
e9a347346a
5 changed files with 11 additions and 0 deletions
|
@ -8,6 +8,7 @@ from core.nzbToMediaUtil import convert_to_ascii, rmDir, find_imdbid, find_downl
|
|||
from core import logger
|
||||
from core.transcoder import transcoder
|
||||
|
||||
requests.packages.urllib3.disable_warnings()
|
||||
|
||||
class autoProcessMovie:
|
||||
def get_release(self, baseURL, imdbid=None, download_id=None, release_id=None):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue