Skip to content

Commit

Permalink
fix: Extraneous letter
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerSelwyn committed Aug 13, 2024
1 parent 8fae140 commit c47ac0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/ms365_teams/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ async def _async_validate_response(self, user_input):
errors[CONF_URL] = "invalid_url"
return errors

result = await self.hass.async_add_executor_job(r
result = await self.hass.async_add_executor_job(
ft.partial(
self._account.con.request_token,
url,
Expand Down

0 comments on commit c47ac0b

Please sign in to comment.