From 1610afd9cb9ae3994e70cf9c550fdb9c7fa92e2b Mon Sep 17 00:00:00 2001 From: Chuck <33324927+ChuckBuilds@users.noreply.github.com> Date: Thu, 10 Apr 2025 20:07:24 -0500 Subject: [PATCH] Update config.json changed default stocks to test update implementation --- config/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.json b/config/config.json index 8bd14511..2a606018 100644 --- a/config/config.json +++ b/config/config.json @@ -46,7 +46,7 @@ "enabled": true, "update_interval": 60, "symbols": [ - "AAPL", "MSFT", "GOOGL", "AMZN", "META", "TSLA", "NVDA", "JPM", "V", "WMT" + "ASTS", "SCHD", "INTC", "NVDA", "T", "VOO", "SPYG", "SMCI" ], "display_format": "{symbol}: ${price} ({change}%)" }