This commit is contained in:
dsyoon
2022-08-18 22:04:28 +09:00
parent 19c3acc403
commit d3fe27aab0

View File

@@ -267,7 +267,7 @@ class AnalyzerSqlite:
if check:
fig = self.draw(stock)
title = "%s (%s), %d, %s, %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], state, 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], type, CODE, CODE)
fig['layout'].update(title=title)
fileName = self.outPath + "/" + str(type)