added space between the end of one headline and the beginning of the next

This commit is contained in:
ChuckBuilds
2025-04-17 09:16:46 -05:00
parent e9157867c5
commit 7dcc22f74d

View File

@@ -213,7 +213,7 @@ class StockNewsManager:
separator = " - " # Visual separator between news items
for news in all_news:
news_text = f"{news['symbol']}: {news['title']}"
news_text = f"{news['symbol']}: {news['title']} "
# Create news text image for this item
news_image = self._create_text_image(news_text)