- ordinamento tabella titoli

- migliorata la lista degli argomenti
This commit is contained in:
Surya Paolo
2025-04-23 01:59:45 +02:00
parent 58431c144c
commit 85e2df56e1
6 changed files with 78 additions and 47 deletions

View File

@@ -6158,7 +6158,7 @@ module.exports = {
const aggiornatoimg = await downloader.downloadImage(productInfo.image_link, savePath,
{
maxRetries: 3,
maxRetries: 1,
initialDelay: 300,
timeout: 15000,
}).then(result => {
@@ -6209,7 +6209,7 @@ module.exports = {
const aggiornatoimg = await downloader.downloadImage(link, savePath,
{
maxRetries: 3,
maxRetries: 1,
initialDelay: 300,
timeout: 15000,
nomefileoriginale: true,