We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d083f4b commit 8db8e9eCopy full SHA for 8db8e9e
README.md
@@ -118,7 +118,7 @@ Basically that's it, but there are more options.
118
### Convert received raw webstream data into well-formed Python dictionaries with [UnicornFy](https://www.lucit.tech/unicorn-fy.html):
119
120
```
121
-unicorn_fied_stream_data = UnicornFy.binance_com_websocket(oldest_data_from_stream_buffer)
+unicorn_fied_stream_data = UnicornFy.binance_com_websocket(data)
122
123
124
or
0 commit comments