From 7bd9bf0fe66bd167ca4f679a05e721872833f120 Mon Sep 17 00:00:00 2001 From: PAN Lei Date: Mon, 6 Feb 2023 23:24:55 +0100 Subject: [PATCH] audio analyse by default --- src/appointment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/appointment.js b/src/appointment.js index 2744fb7..7a930c5 100644 --- a/src/appointment.js +++ b/src/appointment.js @@ -132,7 +132,7 @@ async function startWithList(contacts, device, selectedStore, audioAnalyse, aler }, Promise.resolve()); } -async function startBookWithNumbers(startNumber, endNumber, selectedStore, pathToExcelFile = '/Users/lpan/Desktop/contact_all.xlsx', audioAnalyse = false, alertBeep = false) { +async function startBookWithNumbers(startNumber, endNumber, selectedStore, pathToExcelFile = '/Users/lpan/Desktop/contact_all.xlsx', audioAnalyse = true, alertBeep = false) { let allContactList = excelUtil.readContacts(pathToExcelFile); let contactList; if (endNumber <= allContactList.length) {