From d92a94c5f571c50100cc1b59ed5b4e0d8d9abd28 Mon Sep 17 00:00:00 2001 From: biglyderv Date: Sat, 1 Feb 2025 00:56:08 -0500 Subject: [PATCH] graph stuff --- site.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site.js b/site.js index 41927cc..77150c5 100644 --- a/site.js +++ b/site.js @@ -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];