Skip to content

Commit 81f2798

Browse files
authored
Update app_client.py (#994)
1 parent b16bf1c commit 81f2798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/viam/app/app_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2548,7 +2548,7 @@ async def rotate_key(self, id: str) -> Tuple[str, str]:
25482548
25492549
::
25502550
2551-
id, key = await cloud.rotate_key("key-id")
2551+
key, id = await cloud.rotate_key("key-id")
25522552
25532553
Args:
25542554
id (str): The ID of the key to be rotated.

0 commit comments

Comments
 (0)