diff --git a/web_dashboard.py b/web_dashboard.py index 052051d..2ebe962 100644 --- a/web_dashboard.py +++ b/web_dashboard.py @@ -585,7 +585,7 @@ function toggleSection(header) { // Refresh prices every 5 seconds setInterval(function() {{ location.reload(); -}}, 5000); +}}, 10000); '''