This commit is contained in:
Justin 2023-08-15 23:49:40 +08:00 committed by GitHub
parent f4a9ef54c6
commit d16066d0ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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