From 0f1b43aafe4f0099ea27885bac716d6dce6646c2 Mon Sep 17 00:00:00 2001 From: Umer Farooq <35717992+umer0586@users.noreply.github.com> Date: Fri, 25 Nov 2022 15:27:16 +0500 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 15c8831..6aece5f 100644 --- a/README.md +++ b/README.md @@ -107,8 +107,6 @@ if __name__ == "__main__": ws.run_forever() - # To analyse multiple sensor data simultaneously, you can add as many websocket connections for different sensors as you want. - ``` There is another python websocket API which is based on `asyncio` [https://github.com/aaugustin/websockets](https://github.com/aaugustin/websockets)