mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 13:02:59 +00:00
added space between the end of one headline and the beginning of the next
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user