This commit is contained in:
Christopher Cookman 2025-10-28 07:52:57 -06:00
parent 4e8cd9c23f
commit b5add30dda

View file

@ -102,10 +102,11 @@ const main = () => {
}) })
} }
setTimeout(main, 1000); // Repeat every 60 seconds setTimeout(main, 1000); // Repeat every 60 seconds
});
});
});
}; };
});
});
})
}
const startup = async () => { const startup = async () => {
sock.connect().then(() => { sock.connect().then(() => {