This commit is contained in:
biglyderv 2025-02-01 15:32:31 -05:00
parent 0bc2ec579d
commit 5485ab82e1

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])}.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`;