mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 02:26:53 -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
|
@ -7,6 +7,8 @@ from core.nzbToMediaUtil import convert_to_ascii, remoteDir, listMediaFiles, ser
|
|||
from core.nzbToMediaSceneExceptions import process_all_exceptions
|
||||
from core import logger
|
||||
|
||||
requests.packages.urllib3.disable_warnings()
|
||||
|
||||
class autoProcessMusic:
|
||||
def get_status(self, url, apikey, dirName):
|
||||
logger.debug("Attempting to get current status for release:%s" % (os.path.basename(dirName)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue