This commit is contained in:
softsimon 2023-05-14 14:21:41 -05:00
parent 1c839a740b
commit 2ea287dbf3

View File

@ -81,7 +81,7 @@ function downloadMiningPoolLogos$() {
}
} else {
console.log(`${poolLogo.name} is missing, downloading...`);
download(`${PATH}mining-pools/${poolLogo.name}`, poolLogo.download_url);
download(filePath, poolLogo.download_url);
downloadedCount++;
}
}