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