diff --git a/stockTicker.py b/stockTicker.py index 023141f..f046dc1 100755 --- a/stockTicker.py +++ b/stockTicker.py @@ -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: