mirror of https://github.com/MISP/PyMISP
fix: fixes bug in timeout change
parent
f3b3f4c13c
commit
515a47a591
|
@ -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]] = timeout
|
||||
|
||||
self.global_pythonify = False
|
||||
|
||||
|
|
Loading…
Reference in New Issue