From 6d616e53650bc6b750d9fca107dacae0efa01935 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=AC=E5=BA=AD=E6=97=AD?= <39245900+wanth1997@users.noreply.github.com> Date: Thu, 12 Aug 2021 21:54:22 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 251d30c..22ba08b 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ wsm.start() # Un-auth subscribe name = 'market_connection' -wsm.start_socket(on_read, conn_name=name, auth=False) +wsm.start_socket(on_read, socket_name=name, auth=False) wsm.subscribe(name, topic="SPOT_BTC_USDT@kline_1m", id="ClientID", event="subscribe") # Auth subscribe