Skip to content

Commit

Permalink
2.6.1 RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-zehentleitner committed May 11, 2024
1 parent 9ec656b commit 28be07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ubwa-demo/ubwa-demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ async def main(self):
channels: list = ['trade', 'kline_1m', 'depth20']
for channel in channels:
self.ubwa.create_stream(channels=channel,
markets=markets[:50],
markets=markets[:20],
process_asyncio_queue=self.process_data,
stream_label=channel)

Expand Down

0 comments on commit 28be07d

Please sign in to comment.