Skip to content

Commit

Permalink
fix: fixes bug in timeout change
Browse files Browse the repository at this point in the history
  • Loading branch information
cvandeplas committed May 21, 2020
1 parent e74a0a4 commit fa639d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymisp/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def __init__(self, url: str, key: str, ssl: bool=True, debug: bool=False, proxie
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

Expand Down

0 comments on commit fa639d8

Please sign in to comment.