We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14b3303 commit e0b3073Copy full SHA for e0b3073
src/zvt/trading/trading_service.py
@@ -364,7 +364,7 @@ def build_default_query_stock_quote_setting():
364
datas = QueryStockQuoteSetting.query_data(ids=["admin_setting"], return_type="domain")
365
if datas:
366
return
367
- build_query_stock_quote_setting(BuildQueryStockQuoteSettingModel(stock_pool_name="all"))
+ build_query_stock_quote_setting(BuildQueryStockQuoteSettingModel(stock_pool_name="all", main_tags=["消费电子"]))
368
369
370
if __name__ == "__main__":
0 commit comments