graph stuff
This commit is contained in:
parent
bcabd7fc18
commit
d92a94c5f5
1 changed files with 1 additions and 1 deletions
2
site.js
2
site.js
|
@ -222,7 +222,7 @@ async function siteCollector(user, path, site, useLimit, data2) {
|
||||||
users = [...new Set(users)];
|
users = [...new Set(users)];
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(`Graph is fully downloaded`);
|
console.log(`Graph is fully downloaded (${Object.keys(users).length} entries)`);
|
||||||
|
|
||||||
for (let uf in data) {
|
for (let uf in data) {
|
||||||
let u = data[uf];
|
let u = data[uf];
|
||||||
|
|
Loading…
Reference in a new issue