mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 04:37:06 +00:00
Fix loop exception handler
This commit is contained in:
parent
d0668d3a6c
commit
c47fd90eb3
@ -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…
x
Reference in New Issue
Block a user