Bot auto-update: src/web_dashboard.py

This commit is contained in:
Marc Blatter 2026-07-06 22:15:01 +02:00
parent b160246bb3
commit b9bd1b2e96
1 changed files with 1 additions and 1 deletions

View File

@ -585,7 +585,7 @@ function toggleSection(header) {
// Refresh prices every 5 seconds
setInterval(function() {{
location.reload();
}}, 5000);
}}, 10000);
</script>
</body>
</html>'''