1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Fix websocket API (#17471)

This commit is contained in:
Paulus Schoutsen
2018-10-15 11:48:36 +02:00
committed by GitHub
parent 22bf4d0783
commit e985f30247

View File

@@ -187,3 +187,5 @@ class WebSocketHandler:
self._logger.debug("Disconnected")
else:
self._logger.warning("Disconnected: %s", disconnect_warn)
return wsock