Fix: websocket error
This commit is contained in:
parent
aacc5145d4
commit
f617025e01
4 changed files with 207 additions and 5 deletions
|
@ -95,7 +95,7 @@ class WebSocketHandler:
|
|||
self.display_identifiers: Set[str] = set()
|
||||
|
||||
# Camera monitor
|
||||
self.camera_monitor = CameraConnectionMonitor()
|
||||
self.camera_monitor = CameraMonitor()
|
||||
|
||||
async def handle_connection(self, websocket: WebSocket) -> None:
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue