fixed typo

This commit is contained in:
Justin
2023-08-10 12:26:01 +08:00
committed by GitHub
parent 4a70bb9a01
commit b1aaf4167e

View File

@@ -6768,7 +6768,7 @@ class StockTicker():
pass
image_list.append(stitchedStock)
try:
if all_stocks_settings['lohivol']:
if market_settings['lohivol']:
try:
image_list.append(lohivol_img)
except:
@@ -6847,7 +6847,7 @@ class StockTicker():
pass
image_list.append(stitchedStock)
try:
if all_stocks_settings['lohivol']:
if market_settings['lohivol']:
try:
image_list.append(lohivol_img)
except:
@@ -6922,7 +6922,7 @@ class StockTicker():
pass
image_list.append(stitchedStock)
try:
if all_stocks_settings['lohivol']:
if market_settings['lohivol']:
try:
image_list.append(lohivol_img)
except: