mirror of
https://codeberg.org/ashley/poke
synced 2025-04-06 09:38:00 +00:00
add a check lol
This commit is contained in:
parent
fa7a749d76
commit
b2d65bba98
@ -73,6 +73,7 @@ function init(app, config, rendertemplate) {
|
|||||||
|
|
||||||
initlog("Loaded pages - initing poketube finnished :3");
|
initlog("Loaded pages - initing poketube finnished :3");
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
|
setInterval(function () {
|
||||||
/* PokeTube Update daemon - checks for updates in poketube */
|
/* PokeTube Update daemon - checks for updates in poketube */
|
||||||
(async () => {
|
(async () => {
|
||||||
const url = `https://poketube.fun/api/version.json`;
|
const url = `https://poketube.fun/api/version.json`;
|
||||||
@ -93,6 +94,7 @@ function init(app, config, rendertemplate) {
|
|||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
}, 150000);
|
}, 150000);
|
||||||
|
}, 150000);
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
initlog("[FAILED] Load pages \n" + err);
|
initlog("[FAILED] Load pages \n" + err);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user