Skip to content

Commit

Permalink
Add library header
Browse files Browse the repository at this point in the history
  • Loading branch information
Bre77 committed Oct 3, 2024
1 parent 9d4f650 commit 0068f92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="teslemetry_stream",
version="0.3.1",
version="0.4.1",
author="Brett Adams",
author_email="[email protected]",
description="Teslemetry Streaming API library for Python",
Expand Down
2 changes: 1 addition & 1 deletion teslemetry_stream/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def __init__(
self.server = server
self._listeners = {}
self._session = session
self._headers = {"Authorization": f"Bearer {access_token}"}
self._headers = {"Authorization": f"Bearer {access_token}", "X-Library": "python teslemetry-stream"}
self.parse_timestamp = parse_timestamp
self.delay = DELAY

Expand Down

0 comments on commit 0068f92

Please sign in to comment.