From fe4d95267a49808d0cd1b9c0d9bc060f99e1acd6 Mon Sep 17 00:00:00 2001 From: dosangyoon Date: Wed, 2 Feb 2022 19:04:39 +0900 Subject: [PATCH] init --- stockpredictor/analysis/AnalyzerSqlite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stockpredictor/analysis/AnalyzerSqlite.py b/stockpredictor/analysis/AnalyzerSqlite.py index 767ed68..59884d9 100644 --- a/stockpredictor/analysis/AnalyzerSqlite.py +++ b/stockpredictor/analysis/AnalyzerSqlite.py @@ -401,7 +401,7 @@ class AnalyzerSqlite: def writeFile(self, type, CODE, NAME, stock, state): fig = self.draw(stock) - title = "%s (%s), %d %s 차트" % (NAME, CODE, stock['close'][0], state) + title = "%s (%s), %d %s 차트 (URL1, URL2)" % (NAME, CODE, stock['close'][0], state, CODE, CODE) fig['layout'].update(title=title) fileName = self.outPath + "/" + str(type)