This commit is contained in:
dsyoon
2022-10-16 11:54:39 +09:00
parent 0e7f2858d2
commit cea0531216

View File

@@ -50,7 +50,7 @@ if week in (0, 1, 2, 3, 4): # 0:월, 1:화, 2:수, 3:목, 4:금, 5:토, 6:일
stockCrawler = StockCrawler(START_DATE)
stockCrawler.crawl_etf_stocks(stockFileName)
stockCrawler.crawl_stocks(stockFileName)
#stockCrawler.crawl_special_stocks(stockFileName)
stockCrawler.crawl_special_stocks(stockFileName)