Skip to content

Commit 28be07d

Browse files
2.6.1 RC1
1 parent 9ec656b commit 28be07d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ubwa-demo/ubwa-demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ async def main(self):
3838
channels: list = ['trade', 'kline_1m', 'depth20']
3939
for channel in channels:
4040
self.ubwa.create_stream(channels=channel,
41-
markets=markets[:50],
41+
markets=markets[:20],
4242
process_asyncio_queue=self.process_data,
4343
stream_label=channel)
4444

0 commit comments

Comments
 (0)