This commit is contained in:
赵鑫 2022-09-01 15:51:05 +08:00
parent 2bf2c86587
commit ee4b4d2081

View File

@ -27,7 +27,7 @@ read_all_leds()
let zhao_server_errors = 0 let zhao_server_errors = 0
const job = new CronJob( const job = new CronJob(
'*/5 * * * * *', '*/1 * * * * *',
async () => { async () => {
// 测试 http://zhao 的连通性 // 测试 http://zhao 的连通性
request('http://zhao', (err, res, body) => { request('http://zhao', (err, res, body) => {