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 82c4fac commit 726e930Copy full SHA for 726e930
ariston/ariston_api.py
@@ -442,7 +442,7 @@ def __request(
442
is_retry: bool = False,
443
) -> Optional[dict[str, Any]]:
444
"""Request with requests"""
445
- headers = {"ar.authToken": self.__token}
+ headers = {"User-Agent": "RestSharp/106.11.7.0", "ar.authToken": self.__token}
446
447
_LOGGER.debug(
448
"Request method %s, path: %s, params: %s",
@@ -872,7 +872,7 @@ async def __async_request(
872
873
874
"""Async request with aiohttp"""
875
876
877
878
0 commit comments