Fix websocket API (#17471)

pull/17474/head
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
1 changed files with 2 additions and 0 deletions

View File

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