mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 06:53:52 +00:00
fix: readme typo
This commit is contained in:
parent
a4d5bf85d3
commit
a4f850c610
|
@ -23,7 +23,7 @@ subscriptions = [
|
||||||
|
|
||||||
stream = Stream(host, port, subscriptions)
|
stream = Stream(host, port, subscriptions)
|
||||||
stream.on_book_event(book_event_callback)
|
stream.on_book_event(book_event_callback)
|
||||||
stream.on_ticker_event(tocker_event_callback)
|
stream.on_ticker_event(ticker_event_callback)
|
||||||
...
|
...
|
||||||
stream.start()
|
stream.start()
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user