This commit is contained in:
dsyoon
2022-09-09 16:43:10 +09:00
parent c6c999bbce
commit 425c085c5c

View File

@@ -59,7 +59,7 @@ if week in (0, 1, 2, 3, 4):
stockCrawler = StockCrawler(START_DATE)
stockCrawler.crawl_etf_stocks(stockFileName)
stockCrawler.crawl_stocks(stockFileName)
#stockCrawler.crawl_special_stocks(stockFileName)
stockCrawler.crawl_special_stocks(stockFileName)
break
except:
continue