Skip to content

Commit 8db8e9e

Browse files
docs
1 parent d083f4b commit 8db8e9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Basically that's it, but there are more options.
118118
### Convert received raw webstream data into well-formed Python dictionaries with [UnicornFy](https://www.lucit.tech/unicorn-fy.html):
119119

120120
```
121-
unicorn_fied_stream_data = UnicornFy.binance_com_websocket(oldest_data_from_stream_buffer)
121+
unicorn_fied_stream_data = UnicornFy.binance_com_websocket(data)
122122
```
123123

124124
or

0 commit comments

Comments
 (0)