mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-11 21:33:00 +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
|
separator = " - " # Visual separator between news items
|
||||||
|
|
||||||
for news in all_news:
|
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
|
# Create news text image for this item
|
||||||
news_image = self._create_text_image(news_text)
|
news_image = self._create_text_image(news_text)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user