chore: automated housekeeping...

This commit is contained in:
Pieter Vander Vennet 2023-05-07 23:50:39 +02:00
parent 16e8cdda59
commit 867cb4dcfb
67 changed files with 599 additions and 309 deletions

View file

@ -110,10 +110,13 @@ export default class GenerateImageAnalysis extends Script {
const msg = `${i}/${
allImages.size
} downloaded: ${d},skipped: ${s}, failed: ${f}, running: ${Math.floor(runningSecs)}sec, ETA: ${estimatedActualMinutes}:${
estimatedActualSeconds % 60
}`
ScriptUtils.erasableLog( " ", msg)
} downloaded: ${d},skipped: ${s}, failed: ${f}, running: ${Math.floor(
runningSecs
)}sec, ETA: ${estimatedActualMinutes}:${estimatedActualSeconds % 60}`
ScriptUtils.erasableLog(
" ",
msg
)
if (downloaded) {
d++
} else {