Skip to content

Commit fedd776

Browse files
2.7.1 RC1
1 parent 66d242c commit fedd776

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
@@ -20,7 +20,7 @@
2020
class BinanceDataProcessor:
2121
def __init__(self, ubwa_manager: BinanceWebSocketApiManager = None):
2222
self.footer: str = "By LUCIT - www.lucit.tech"
23-
self.markets_limit = 20
23+
self.markets_limit = 10
2424
self.title: str = "UBWA Demo"
2525
self.ubwa: BinanceWebSocketApiManager = ubwa_manager
2626

0 commit comments

Comments
 (0)