Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wanth1997 authored Aug 12, 2021
1 parent 521c4cf commit 6d616e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6d616e5

Please sign in to comment.