init
This commit is contained in:
@@ -129,13 +129,6 @@ class StockCrawlerDaily:
|
||||
|
||||
analyzerSqlite = AnalyzerSqlite(stockFileName)
|
||||
|
||||
print("\n[종목 분석]")
|
||||
# S: 분석까지 진행
|
||||
analyzerSqlite.analyzeDaily()
|
||||
analyzerSqlite.analyzeGrouping("weekly")
|
||||
analyzerSqlite.analyzeGrouping("monthly")
|
||||
self.bot.sendMsg("10. analyze...")
|
||||
|
||||
print("\n[종목 결정]")
|
||||
# HTML 출력
|
||||
outPath = os.path.join(self.PROJECT_HOME, "resources", "analysis")
|
||||
@@ -154,7 +147,7 @@ class StockCrawlerDaily:
|
||||
os.mkdir(outPath)
|
||||
|
||||
analyzerSqlite.findCandidates(outPath)
|
||||
self.bot.sendMsg("11. done decision...")
|
||||
self.bot.sendMsg("10. done decision...")
|
||||
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user