use homeDir()

This commit is contained in:
2024-09-20 17:03:16 +02:00
parent 5687abf316
commit 002705b36a
+1 -2
View File
@@ -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)
})