WIP
parent
4b6ecc708a
commit
3c6654f78a
|
@ -18,7 +18,8 @@ axios.get('http://tilde.town/').then(function (response) {
|
||||||
return result[1];
|
return result[1];
|
||||||
});
|
});
|
||||||
|
|
||||||
//users = users.slice(0,15);
|
// 150 last active users
|
||||||
|
users = users.slice(0,150);
|
||||||
|
|
||||||
console.log('writing index.html...');
|
console.log('writing index.html...');
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue