24h forecasting

This commit is contained in:
2026-06-24 13:16:21 -04:00
parent 1f9cdda59f
commit 8c6e7cdbcd

View File

@@ -181,8 +181,8 @@ app.get('*', (req, res) => {
// ── Start ─────────────────────────────────────────────────────────────────────
refreshForecast()
setInterval(refreshForecast, 10 * 60 * 1000)
// refreshForecast()
// setInterval(refreshForecast, 10 * 60 * 1000)
const c = cfg();
app.listen(c.PORT, () => {