Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-zehentleitner committed May 9, 2024
1 parent 3b92841 commit b565048
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions unicorn_binance_websocket_api/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -4561,9 +4561,9 @@ def subscribe_to_stream(self, stream_id: str = None, channels=None, markets=None
:param stream_id: id of a stream
:type stream_id: str
:param channels: provide the channels you wish to stream
:param channels: provide the channels you wish to subscribe
:type channels: str, tuple, list, set
:param markets: provide the markets you wish to stream
:param markets: provide the markets you wish to subscribe
:type markets: str, tuple, list, set
:return: bool
"""
Expand Down Expand Up @@ -4670,9 +4670,9 @@ def unsubscribe_from_stream(self, stream_id: str = None, channels=None, markets=
:param stream_id: id of a stream
:type stream_id: str
:param channels: provide the channels you wish to stream
:param channels: provide the channels you wish to unsubscribe
:type channels: str, tuple, list, set
:param markets: provide the markets you wish to stream
:param markets: provide the markets you wish to unsubscribe
:type markets: str, tuple, list, set
:return: bool
"""
Expand Down

0 comments on commit b565048

Please sign in to comment.