Skip to content

Commit

Permalink
add custom agent
Browse files Browse the repository at this point in the history
  • Loading branch information
daniilnaumov committed Aug 27, 2024
1 parent bbd25c5 commit 1a5838e
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 1a5838e

Please sign in to comment.