Skip to content

Commit 445a957

Browse files
examples
1 parent 7f34184 commit 445a957

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[:100],
41+
markets=markets[:50],
4242
process_asyncio_queue=self.process_data,
4343
stream_label=channel)
4444

0 commit comments

Comments
 (0)