This commit is contained in:
dsyoon
2023-01-24 20:50:02 +09:00
parent 4e15186cfa
commit 27e4916253

View File

@@ -99,9 +99,6 @@ class HTS_DAILY (HTS):
stock_code = item[0] stock_code = item[0]
stock_name = item[1] stock_name = item[1]
if ((stock_name.find('스팩') >= 0 or if ((stock_name.find('스팩') >= 0 or
stock_name.find('은행') >= 0 or
stock_name.find('바이오') >= 0 or
stock_name.find('제약') >= 0 or
re.search("\d.*?호", stock_name) is not None) and re.search("\d.*?호", stock_name) is not None) and
stock_code not in valid_company): stock_code not in valid_company):
continue continue