graph stuff

This commit is contained in:
biglyderv 2025-02-01 00:56:08 -05:00
parent bcabd7fc18
commit d92a94c5f5

View file

@ -222,7 +222,7 @@ async function siteCollector(user, path, site, useLimit, data2) {
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) {
let u = data[uf];