feature title included for market image

This commit is contained in:
Justin
2023-08-10 01:15:26 +08:00
committed by GitHub
parent 4c6c418e28
commit 2bae48beed

View File

@@ -6466,11 +6466,11 @@ 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']