24h forecasting
This commit is contained in:
@@ -181,8 +181,8 @@ app.get('*', (req, res) => {
|
|||||||
|
|
||||||
// ── Start ─────────────────────────────────────────────────────────────────────
|
// ── Start ─────────────────────────────────────────────────────────────────────
|
||||||
|
|
||||||
refreshForecast()
|
// refreshForecast()
|
||||||
setInterval(refreshForecast, 10 * 60 * 1000)
|
// setInterval(refreshForecast, 10 * 60 * 1000)
|
||||||
|
|
||||||
const c = cfg();
|
const c = cfg();
|
||||||
app.listen(c.PORT, () => {
|
app.listen(c.PORT, () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user