1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 02:34:38 -05:00
This commit is contained in:
Ashley //// 2024-03-30 07:13:38 +00:00
parent 564269ad29
commit 227b487f3e

View file

@ -85,12 +85,12 @@ function init(app, config, rendertemplate) {
})();
}, 999999999999999999999999999999); /* setInterval */
}, 1000);
}, 100);
} catch (err) {
initlog("[FAILED] Load pages \n" + err);
console.error(err);
}
}, 1000);
}, 100);
}
module.exports = {