This commit is contained in:
dosangyoon
2022-06-24 21:39:08 +09:00
parent 0b4a87b334
commit 87e005daf1
3 changed files with 2 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ class StockCrawler:
special_pattern = None
fnGuideCrawler = None
limit_page_count = 100000
limit_page_count = 1000000
START_DATE = None
def __init__(self, START_DATE):