fixed typo
This commit is contained in:
parent
4a70bb9a01
commit
b1aaf4167e
@ -6768,7 +6768,7 @@ class StockTicker():
|
|||||||
pass
|
pass
|
||||||
image_list.append(stitchedStock)
|
image_list.append(stitchedStock)
|
||||||
try:
|
try:
|
||||||
if all_stocks_settings['lohivol']:
|
if market_settings['lohivol']:
|
||||||
try:
|
try:
|
||||||
image_list.append(lohivol_img)
|
image_list.append(lohivol_img)
|
||||||
except:
|
except:
|
||||||
@ -6847,7 +6847,7 @@ class StockTicker():
|
|||||||
pass
|
pass
|
||||||
image_list.append(stitchedStock)
|
image_list.append(stitchedStock)
|
||||||
try:
|
try:
|
||||||
if all_stocks_settings['lohivol']:
|
if market_settings['lohivol']:
|
||||||
try:
|
try:
|
||||||
image_list.append(lohivol_img)
|
image_list.append(lohivol_img)
|
||||||
except:
|
except:
|
||||||
@ -6922,7 +6922,7 @@ class StockTicker():
|
|||||||
pass
|
pass
|
||||||
image_list.append(stitchedStock)
|
image_list.append(stitchedStock)
|
||||||
try:
|
try:
|
||||||
if all_stocks_settings['lohivol']:
|
if market_settings['lohivol']:
|
||||||
try:
|
try:
|
||||||
image_list.append(lohivol_img)
|
image_list.append(lohivol_img)
|
||||||
except:
|
except:
|
||||||
|
Loading…
Reference in New Issue
Block a user