Add maxmind_license_key to structures

This commit is contained in:
Phillip Hernandez 2019-12-31 15:38:51 -05:00
parent 348da37772
commit 942a5a4735

View file

@ -67,6 +67,7 @@ class TautulliServer(NamedTuple):
id: int = None id: int = None
url: str = None url: str = None
verify_ssl: bool = None verify_ssl: bool = None
maxmind_license_key: str = None
class SickChillServer(NamedTuple): class SickChillServer(NamedTuple):