mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 10:38:25 +01:00
add a check lol
This commit is contained in:
parent
f246877464
commit
d37ded7449
1 changed files with 18 additions and 16 deletions
|
@ -73,6 +73,7 @@ function init(app, config, rendertemplate) {
|
|||
|
||||
initlog("Loaded pages - initing poketube finnished :3");
|
||||
setTimeout(function () {
|
||||
setInterval(function () {
|
||||
/* PokeTube Update daemon - checks for updates in poketube */
|
||||
(async () => {
|
||||
const url = `https://poketube.fun/api/version.json`;
|
||||
|
@ -93,6 +94,7 @@ function init(app, config, rendertemplate) {
|
|||
}
|
||||
})();
|
||||
}, 150000);
|
||||
}, 150000);
|
||||
} catch (err) {
|
||||
initlog("[FAILED] Load pages \n" + err);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue