This commit is contained in:
dsyoon
2023-01-19 18:45:38 +09:00
parent 1d4e05b216
commit fb9b182a94
2 changed files with 3 additions and 0 deletions

View File

@@ -94,6 +94,9 @@ class HTS_DAILY (HTS):
conn.close()
for idx, item in enumerate(items):
if datetime.strptime(today + " 090000", '%Y%m%d %H%M%S') < THIS_TIME < datetime.strptime(today + " 151500", '%Y%m%d %H%M%S'):
continue
stock_code = item[0]
stock_name = item[1]
if ((stock_name.find('스팩') >= 0 or