Skip to content

Commit e6496bf

Browse files
committed
Fix session
1 parent c1ca6ec commit e6496bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tesla_fleet_api/vehiclesigned.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ class Session:
122122
epoch: bytes
123123
delta: int
124124
hmac: bytes
125-
publicKey: bytes
125+
publicKey: bytes | None = None
126126
lock: Lock
127127

128128
def __init__(self):

0 commit comments

Comments
 (0)