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')