diff --git a/pymisp/api.py b/pymisp/api.py index fac0153..4ad7681 100644 --- a/pymisp/api.py +++ b/pymisp/api.py @@ -92,7 +92,7 @@ class PyMISP: """ def __init__(self, url: str, key: str, ssl: bool=True, debug: bool=False, proxies: Mapping={}, - cert: Tuple[str, tuple]=None, auth: AuthBase=None, tool: str='', timeout: Union[float, Tuple[float, float]]=None): + cert: Tuple[str, tuple]=None, auth: AuthBase=None, tool: str='', timeout: Union[float, Tuple[float, float], None]=None): if not url: raise NoURL('Please provide the URL of your MISP instance.') if not key: