We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa3ec9e commit d9490c9Copy full SHA for d9490c9
src/onepassword/core.py
@@ -31,7 +31,7 @@ def __init__(self, client_id: int, core: "DesktopCore | UniffiCore", config: dic
31
async def invoke(self, invoke_config: dict):
32
try:
33
return await self.core.invoke(invoke_config)
34
- except DesktopSessionExpiredException as e:
+ except DesktopSessionExpiredException:
35
new_client_id = await self.core.init_client(self.config)
36
self.client_id = new_client_id
37
invoke_config["invocation"]["clientId"] = self.client_id
0 commit comments