Skip to content

Commit

Permalink
Set right user agent
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbede committed Jan 20, 2024
1 parent 4ffc08f commit 0aa0bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiotankerkoenig/aiotankerkoenig.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ async def _request(self, path: str, params: dict[str, Any]) -> Any:
)

headers = {
"User-Agent": f"PythonHomeassistantAnalytics/{VERSION}",
"User-Agent": f"aiotankerkoenig/{VERSION}",
"Accept": "application/json",
}

Expand Down

0 comments on commit 0aa0bca

Please sign in to comment.