This commit is contained in:
biglyderv 2025-02-01 15:33:15 -05:00
parent 5485ab82e1
commit 7f61400674

View file

@ -331,7 +331,7 @@ async function siteCollector(user, path, site, useLimit, data2) {
} }
let srz = JSON.stringify(dat2); let srz = JSON.stringify(dat2);
let ff = `./users_${i}_${btoa(penv[0])}_${new Date()}.json`; let ff = `./users_${i}_${btoa(penv[0])}_${+new Date()}.json`;
await writeFile(ff, srz, 'utf8'); await writeFile(ff, srz, 'utf8');
console.log(`Temporary file ${ff} is written`); console.log(`Temporary file ${ff} is written`);
ff = `./net_${btoa(penv[0])}.json`; ff = `./net_${btoa(penv[0])}.json`;