fixed typo
This commit is contained in:
parent
4a70bb9a01
commit
b1aaf4167e
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user