This commit is contained in:
dsyoon
2024-10-16 20:53:02 +09:00
parent 8c90484d87
commit 7fe752a6f7

View File

@@ -20,7 +20,7 @@ class StockCrawlerDaily:
START_DATE = "2000.01.01"
RESOURCE_PATH = os.path.join(self.PROJECT_HOME, 'resources')
stockFileName = os.path.join(RESOURCE_PATH, 'stock.db')
"""
ERROR_COUNT = 0
while ERROR_COUNT < 3:
try:
@@ -96,7 +96,6 @@ class StockCrawlerDaily:
continue
if ERROR_COUNT >= 3:
exit()
"""
stockCrawler = StockCrawler(START_DATE)