From d16066d0ed581ff573b1c62abb99dc472f831b39 Mon Sep 17 00:00:00 2001 From: Justin Date: Tue, 15 Aug 2023 23:49:40 +0800 Subject: [PATCH] typo --- stockTicker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stockTicker.py b/stockTicker.py index 2483dd6..8b8f41d 100755 --- a/stockTicker.py +++ b/stockTicker.py @@ -7024,7 +7024,7 @@ class StockTicker(): if sector_settings['logos']: try: try: #load the tiny logo - logos_path = os.path.join(os.path.join(os.path.dirname(os.path.abspath(__file__)), 'logos'), 'tiny_sector') + logos_path = os.path.join(os.path.join(os.path.dirname(os.path.abspath(__file__)), 'logos'), 'tiny_sectors') logo = Image.open(os.path.join(logos_path, category + '.png')) except: # load the big logo and scale it logos_path = os.path.join(os.path.join(os.path.dirname(os.path.abspath(__file__)), 'logos'), 'sector')