init
This commit is contained in:
@@ -81,8 +81,7 @@ class HTS_DAILY (HTS):
|
||||
stock_name = item[1]
|
||||
if stock_name.find('스팩') >= 0:
|
||||
continue
|
||||
print(idx, stock_code, stock_name)
|
||||
print("Analysis # :", idx, ", CODE: ", stock_code, ", NAME: ", stock_name)
|
||||
print(idx, stock_code, stock_name, ", CODE: ", stock_code, ", NAME: ", stock_name)
|
||||
|
||||
stock = self.dailyStatus.getLastData(stock_code, n)
|
||||
self.getRealTime_DailyCheck(today, stock_code, stock)
|
||||
|
||||
Reference in New Issue
Block a user