This commit is contained in:
dsyoon
2023-02-22 20:04:55 +09:00
parent 2d5a61c14b
commit c8211ac908

View File

@@ -169,8 +169,7 @@ class HTS_Stocks (HTS):
stock_code = item[0]
stock_name = item[1]
if ((stock_name.find('스팩') >= 0 or
re.search("\d.*?호", stock_name) is not None) and
if ((stock_name.lower().find('ch') >= 0 or stock_name.find('차이나') >= 0 or stock_name.find('스팩') >= 0 or re.search("\d.*?호", stock_name) is not None) and
stock_code not in valid_company):
continue