changing convert to magick command because of deprecation
All checks were successful
fetch npm modules / f0ck the f0cker (push) Successful in 17s

This commit is contained in:
2024-07-04 03:08:59 +02:00
parent c1f06de7c5
commit 7028d92d5e
3 changed files with 15 additions and 15 deletions

View File

@@ -247,7 +247,7 @@ export default async bot => {
try {
await queue.genThumbnail(filename, mime, itemid, link);
} catch(err) {
await queue.exec(`convert ./mugge.png ./public/t/${itemid}.webp`);
await queue.exec(`magick ./mugge.png ./public/t/${itemid}.webp`);
}
let speed = lib.calcSpeed(size, end);