Skip to content

Commit

Permalink
__init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-zehentleitner committed Dec 11, 2023
1 parent 23fc922 commit 6b78cd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ received_stream_data_json = {"stream": "btcusdt@trade",
"m": True,
"M": True}}
unicornfy = unicorn_fy.UnicornFy()
ufy = unicorn_fy.UnicornFy()
unicorn_fied_stream_data = unicornfy.binance_com_websocket(received_stream_data_json)
unicorn_fied_stream_data = ufy.binance_com_websocket(received_stream_data_json)
print(unicorn_fied_stream_data)
```

Expand Down

0 comments on commit 6b78cd9

Please sign in to comment.