no
This commit is contained in:
parent
5485ab82e1
commit
7f61400674
1 changed files with 1 additions and 1 deletions
2
site.js
2
site.js
|
@ -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`;
|
||||||
|
|
Loading…
Reference in a new issue