Fix typo in thread (#88916)
This commit is contained in:
parent
f93bd8ef2c
commit
c38df1102a
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ async def ws_discover_routers(
|
|||
|
||||
@callback
|
||||
def router_removed(key: str) -> None:
|
||||
"""Forward router discovery or update to websocket."""
|
||||
"""Forward router removed to websocket."""
|
||||
|
||||
connection.send_message(
|
||||
websocket_api.event_message(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue