mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-16 02:02: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
|
@ -1,10 +1,13 @@
|
|||
import core
|
||||
import requests
|
||||
import shutil
|
||||
|
||||
from core.nzbToMediaUtil import convert_to_ascii, server_responding
|
||||
from core.nzbToMediaSceneExceptions import process_all_exceptions
|
||||
from core import logger
|
||||
|
||||
requests.packages.urllib3.disable_warnings()
|
||||
|
||||
class autoProcessGames:
|
||||
def process(self, section, dirName, inputName=None, status=0, clientAgent='manual', inputCategory=None):
|
||||
status = int(status)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue