fix: fixes bug in timeout change

hail to Rafiot
pull/585/head
Christophe Vandeplas 2020-05-21 21:30:28 +02:00
parent d09852fa4b
commit e74a0a4269
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: float = timeout
self.timeout: Optional[float, Tuple[float, float]] = timeout
self.global_pythonify = False