mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-16 17:12:20 +08:00
Update collector.py
fix typo
This commit is contained in:
@@ -191,7 +191,7 @@ class YahooCollector(BaseCollector):
|
|||||||
|
|
||||||
class YahooCollectorCN(YahooCollector, ABC):
|
class YahooCollectorCN(YahooCollector, ABC):
|
||||||
def get_instrument_list(self):
|
def get_instrument_list(self):
|
||||||
logger.info("get HS stock symbos......")
|
logger.info("get HS stock symbols......")
|
||||||
symbols = get_hs_stock_symbols()
|
symbols = get_hs_stock_symbols()
|
||||||
logger.info(f"get {len(symbols)} symbols.")
|
logger.info(f"get {len(symbols)} symbols.")
|
||||||
return symbols
|
return symbols
|
||||||
|
|||||||
Reference in New Issue
Block a user