feature title included for market image
This commit is contained in:
parent
4c6c418e28
commit
2bae48beed
@ -6466,12 +6466,12 @@ class StockTicker():
|
|||||||
f = open('csv/market_settings.json', 'r')
|
f = open('csv/market_settings.json', 'r')
|
||||||
market_settings = json.load(f)
|
market_settings = json.load(f)
|
||||||
f.close()
|
f.close()
|
||||||
#if market_settings['title']:
|
if market_settings['title']:
|
||||||
# title_img = self.openImage('feature_titles/market.png')
|
title_img = self.openImage('feature_titles/market.png')
|
||||||
# image_list = [title_img]
|
image_list = [title_img]
|
||||||
# image_list.append(self.blank)
|
image_list.append(self.blank)
|
||||||
#else:
|
else:
|
||||||
image_list = []
|
image_list = []
|
||||||
|
|
||||||
active_info = market_settings['mostactive']
|
active_info = market_settings['mostactive']
|
||||||
active_symbols = list(active_info.keys())
|
active_symbols = list(active_info.keys())
|
||||||
|
Loading…
Reference in New Issue
Block a user