Skip to content

Commit

Permalink
Merge pull request #132 from traveltime-dev/add/agent
Browse files Browse the repository at this point in the history
add custom agent
  • Loading branch information
danielnaumau authored Aug 27, 2024
2 parents bbd25c5 + 1a5838e commit 0f9b9e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion traveltimepy/sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ def _headers(self, accept_type: AcceptType) -> Dict[str, str]:
return {
"X-Application-Id": self._app_id,
"X-Api-Key": self._api_key,
"User-Agent": f"Travel Time Python SDK {__version__}",
"User-Agent": self._user_agent,
"Content-Type": "application/json",
"Accept": accept_type.value,
}
Expand Down

0 comments on commit 0f9b9e9

Please sign in to comment.