Skip to content

Commit

Permalink
Removed duplicate request
Browse files Browse the repository at this point in the history
  • Loading branch information
guerrerotook committed May 11, 2024
1 parent 4b6b66d commit 1112b6c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,9 @@ async def _execute_request(
try:
# error_login: bool = await self._check_errros(response_text)
# if error_login:
response_text: str = await self._execute_request(
content, operation, installation
)
# response_text: str = await self._execute_request(
# content, operation, installation
# )
response_dict = json.loads(response_text)
except json.JSONDecodeError as err:
_LOGGER.error("Problems decoding response %s", response_text)
Expand Down

0 comments on commit 1112b6c

Please sign in to comment.