init
This commit is contained in:
@@ -94,6 +94,9 @@ class HTS_DAILY (HTS):
|
|||||||
conn.close()
|
conn.close()
|
||||||
|
|
||||||
for idx, item in enumerate(items):
|
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_code = item[0]
|
||||||
stock_name = item[1]
|
stock_name = item[1]
|
||||||
if ((stock_name.find('스팩') >= 0 or
|
if ((stock_name.find('스팩') >= 0 or
|
||||||
|
|||||||
BIN
resources/hts.db
BIN
resources/hts.db
Binary file not shown.
Reference in New Issue
Block a user