updates
This commit is contained in:
parent
0bc2ec579d
commit
5485ab82e1
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 ff = `./users_${i}_${btoa(penv[0])}.json`;
|
||||
let ff = `./users_${i}_${btoa(penv[0])}_${new Date()}.json`;
|
||||
await writeFile(ff, srz, 'utf8');
|
||||
console.log(`Temporary file ${ff} is written`);
|
||||
ff = `./net_${btoa(penv[0])}.json`;
|
||||
|
|
Loading…
Reference in a new issue