mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 11:38:25 +01:00
:D
This commit is contained in:
parent
605c0b1079
commit
83cf3bb62d
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@ function initlog(args) {
|
|||
function init(app, config, rendertemplate) {
|
||||
initlog("Starting superinit");
|
||||
initlog("[START] Load pages");
|
||||
if ( Math.random() < 0.5 ){
|
||||
initlog("https://poketube.fun/watch?v=lpiB2wMc49g");
|
||||
}
|
||||
|
||||
try {
|
||||
initlog("Loading video pages ");
|
||||
|
|
Loading…
Reference in a new issue