Stock News manager Rename

rename stock news ticker to enable other news in the future
This commit is contained in:
Chuck
2025-04-10 21:04:23 -05:00
parent 6091c71944
commit beeeda5550
3 changed files with 6 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ from PIL import Image, ImageDraw
logging.basicConfig(level=logging.INFO)
logger = logging.getLogger(__name__)
class NewsManager:
class StockNewsManager:
def __init__(self, config: Dict[str, Any], display_manager):
self.config = config
self.config_manager = ConfigManager()