init
This commit is contained in:
@@ -39,7 +39,6 @@ print("\n[원유 (WTI), 국제금, COPPER, NATURALGAS, CORN, SOYBEAN]")
|
||||
metaCrawler.crawl_meterials(stockFileName)
|
||||
|
||||
|
||||
"""
|
||||
print("\n[종목 다운로드]")
|
||||
stockCrawler = StockCrawler()
|
||||
stockCrawler.crawl_etf_stocks(stockFileName)
|
||||
@@ -60,7 +59,7 @@ os.mkdir(outPath)
|
||||
print("print to Html...")
|
||||
analyzerSqlite.findCandidate(outPath)
|
||||
# E: 분석까지 진행
|
||||
"""
|
||||
|
||||
|
||||
|
||||
print("time : %6.2f 초", (time.time() - start))
|
||||
|
||||
Reference in New Issue
Block a user