diff --git a/schedules/webring.js b/schedules/webring.js index a79a0b30..f0c8c27b 100644 --- a/schedules/webring.js +++ b/schedules/webring.js @@ -28,7 +28,9 @@ module.exports = async () => { headers: { 'User-Agent':'' } - }).then(res => res.json()).catch(e => console.error); + }) + .then(res => res.json()) + .catch(e => {}); })); for (let i = 0; i < rings.length; i++) { const ring = rings[i];