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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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