use os.homeDir

This commit is contained in:
2024-05-14 13:47:53 +02:00
parent 7c1c36da13
commit ae334fc71c
3 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ const schedule = require("node-schedule");
//faubourg, random
schedule.scheduleJob('30 10 * * *', function () {
console.log("start startBookWithNumbers")
startBookWithNumbers(1, 4000, "random", "/Users/panlei/Desktop/gmx_pissmail_manual.xlsx", true, false).then((r) => {
startBookWithNumbers(1, 6000, "random", "/Users/panlei/Desktop/03_05_to_test.xlsx", true, false).then((r) => {
console.log(r)
})
})