diff --git a/start.js b/start.js index 10aab8e..157a32d 100644 --- a/start.js +++ b/start.js @@ -2,7 +2,6 @@ const {startBookWithNumbers} = require('./src/appointment') const {homedir} = require("os"); homeDir = homedir() //faubourg, random -startBookWithNumbers(1, 10000, "random", homeDir + "/Desktop/contact_list_all.xlsx", true, false).then((r) => { +startBookWithNumbers(0, 10000, "random", homeDir + "/Desktop/contact_list_2024-09-11.xlsx", true, false).then((r) => { console.log(r) -}) - +}) \ No newline at end of file