Fix websocket API (#17471)

This commit is contained in:
Paulus Schoutsen 2018-10-15 11:48:36 +02:00 committed by Paulus Schoutsen
parent 80867cc9b7
commit b5272f2bc7

View File

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