mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-07 03:35:26 +03:00
Formatting
This commit is contained in:
parent
11110317d9
commit
312c6d27b1
@ -90,7 +90,6 @@ class WebSocketClient(Communicator): # type: ignore[misc]
|
|||||||
except ConnectionResetError:
|
except ConnectionResetError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
def stop(self) -> None:
|
def stop(self) -> None:
|
||||||
self.websocket_server.manager.close_all()
|
self.websocket_server.manager.close_all()
|
||||||
self.websocket_server.manager.stop()
|
self.websocket_server.manager.stop()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user