add some support for english version
This commit is contained in:
@@ -2,6 +2,6 @@ const {startBookWithNumbers} = require('./src/appointment')
|
||||
const {homedir} = require("os");
|
||||
homeDir = homedir()
|
||||
//faubourg, random
|
||||
startBookWithNumbers(0, 10000, "random", homeDir + "/Desktop/contact_list_2024-09-11.xlsx", true, false).then((r) => {
|
||||
startBookWithNumbers(0, 10000, "random", homeDir + "/Desktop/contact_list_2024-09-19.xlsx", true, false).then((r) => {
|
||||
console.log(r)
|
||||
})
|
||||
Reference in New Issue
Block a user