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 c52e26a commit 9376c4bCopy full SHA for 9376c4b
teslemetry_stream/stream.py
@@ -21,7 +21,7 @@ def __init__(
21
self,
22
session: aiohttp.ClientSession,
23
access_token: str,
24
- server: str | None = None,
+ server: str = "api.teslemetry.com",
25
vin: str | None = None,
26
parse_timestamp: bool = False,
27
manual: bool = False,
0 commit comments