From 192a47a1fb4c422211035f51463fabdc36f64bb7 Mon Sep 17 00:00:00 2001 From: dsyoon Date: Sun, 9 Oct 2022 22:25:36 +0900 Subject: [PATCH] init --- StockCrawler.bat | 2 +- StockCrawler.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/StockCrawler.bat b/StockCrawler.bat index e4ef695..197d242 100644 --- a/StockCrawler.bat +++ b/StockCrawler.bat @@ -1,2 +1,2 @@ cd C:\workspace\DeepStock -C:\workspace\Anaconda3\envs\hts\python C:\workspace\DeepStock\StockCrawler.py \ No newline at end of file +C:\workspace\Anaconda3\envs\hts\python C:\workspace\DeepStock\StockCrawler.py diff --git a/StockCrawler.py b/StockCrawler.py index 588dd7a..ca94912 100644 --- a/StockCrawler.py +++ b/StockCrawler.py @@ -20,7 +20,7 @@ stockFileName = PROJECT_HOME + '/resources/stock.db' week = datetime.today().weekday() -if week in (0, 1, 2, 3, 4): +if week in (0, 1, 2, 3, 4): # 0:월, 1:화, 2:수, 3:목, 4:금, 5:토, 6:일 # 재무제표는 3개월마다 다운로드를 한다. fnGuideCrawler = FnGuideCrawler(START_DATE)