init
This commit is contained in:
@@ -276,7 +276,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], dir_name, 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 href=\"https://www.investing.com/search/?q=%s\">URL3</a>)" % (NAME, CODE, stock['close'][0], dir_name, CODE, CODE, CODE)
|
||||
fig['layout'].update(title=title)
|
||||
|
||||
fileName = self.outPath + "/" + dir_name
|
||||
|
||||
Reference in New Issue
Block a user