Fix loop exception handler
This commit is contained in:
parent
d0668d3a6c
commit
c47fd90eb3
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ class HassEventLoopPolicy(PolicyBase):
|
|||
|
||||
|
||||
@callback
|
||||
def _async_loop_exception_handler(self, _: Any, context: Dict) -> None:
|
||||
def _async_loop_exception_handler(_: Any, context: Dict) -> None:
|
||||
"""Handle all exception inside the core loop."""
|
||||
kwargs = {}
|
||||
exception = context.get("exception")
|
||||
|
|
Loading…
Add table
Reference in a new issue