Skip to content

Commit

Permalink
add property
Browse files Browse the repository at this point in the history
  • Loading branch information
adisunw committed Mar 5, 2024
1 parent 0de2d6d commit 0a7e285
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gestalt/vault.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def __init__(
self._jwt: Optional[str] = jwt
self._url: Optional[str] = url
self._token: Optional[str] = token
self._cert: Optional[Tuple[str, str]] = cert
self._verify: Optional[bool] = verify

self.delay = delay
Expand Down

0 comments on commit 0a7e285

Please sign in to comment.