From b1aaf4167e189a93480b997ff553c9f592b88630 Mon Sep 17 00:00:00 2001 From: Justin Date: Thu, 10 Aug 2023 12:26:01 +0800 Subject: [PATCH] fixed typo --- stockTicker.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: