Skip to content

Commit 15906e8

Browse files
committed
Maybe fix counter
1 parent e99453c commit 15906e8

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
@@ -118,7 +118,7 @@ class Session:
118118
"""A connect to a domain"""
119119

120120
key: bytes
121-
counter: int
121+
counter: int = 0
122122
epoch: bytes
123123
delta: int
124124
hmac: bytes

0 commit comments

Comments
 (0)