This commit is contained in:
2025-10-01 14:25:16 +02:00
parent f6b02fc417
commit 7d747f1874

View File

@@ -231,6 +231,7 @@ async function checkTableImages(table: Table) {
const f = Bun.file(path); const f = Bun.file(path);
const exists = await f.exists(); const exists = await f.exists();
if (!exists){ if (!exists){
console.log(element.title);
await downloadImage(element, table); await downloadImage(element, table);
await delay(1000); await delay(1000);
} }