fix: fixes bug in timeout change

pull/585/head
Christophe Vandeplas 2020-05-21 21:46:24 +02:00
parent e74a0a4269
commit fa639d8aa9
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ class PyMISP:
self.cert: Optional[Tuple[str, tuple]] = cert
self.auth: Optional[AuthBase] = auth
self.tool: str = tool
self.timeout: Optional[float, Tuple[float, float]] = timeout
self.timeout: Optional[float, Tuple[float, float], None] = timeout
self.global_pythonify = False