Fix library whitelist, add library tests

This commit is contained in:
Luigi311
2023-03-08 23:17:54 -07:00
parent 5824e6c0cc
commit 3e15120e2a
4 changed files with 317 additions and 19 deletions

View File

@@ -15,7 +15,6 @@ from src.library import (
)
# Bypass hostname validation for ssl. Taken from https://github.com/pkkid/python-plexapi/issues/143#issuecomment-775485186
class HostNameIgnoringAdapter(requests.adapters.HTTPAdapter):
def init_poolmanager(self, connections, maxsize, block=..., **pool_kwargs):