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