This commit is contained in:
dsyoon
2022-12-31 13:10:13 +09:00
parent d08d577d15
commit 31d967faa2

View File

@@ -298,7 +298,7 @@ class AnalyzerSqlite:
if check:
fig = self.draw(stock)
title = "%s (%s), %d, %s 차트 (<a href=\"https://alphasquare.co.kr/home/stock/financial-information?code=%s\">URL1</a>, <a href=\"https://www.tradingview.com/chart/jJ8zOXz0/?symbol=KRX:%s\">URL2</a>)" % (NAME, CODE, stock['close'][0], type, CODE, CODE)
title = "%s (%s), %d, %s 차트 (<a href=\"https://alphasquare.co.kr/home/stock/financial-information?code=%s\">URL1</a>, <a href=\"https://www.tradingview.com/chart/jJ8zOXz0/?symbol=KRX:%s\">URL2</a>)" % (NAME, CODE, stock['close'][0], dir_code+"_"+dir_name, CODE, CODE)
fig['layout'].update(title=title)
fileName = self.outPath + "/" + dir_code+"_"+dir_name