From b9bd1b2e9606a192cbfe145c99bc118ff3d462c8 Mon Sep 17 00:00:00 2001 From: Marc Blatter Date: Mon, 6 Jul 2026 22:15:01 +0200 Subject: [PATCH] Bot auto-update: src/web_dashboard.py --- src/web_dashboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web_dashboard.py b/src/web_dashboard.py index 052051d..2ebe962 100644 --- a/src/web_dashboard.py +++ b/src/web_dashboard.py @@ -585,7 +585,7 @@ function toggleSection(header) { // Refresh prices every 5 seconds setInterval(function() {{ location.reload(); -}}, 5000); +}}, 10000); '''