김대선

test1

...@@ -15,7 +15,7 @@ const data = require('./functions/dataFunctions') ...@@ -15,7 +15,7 @@ const data = require('./functions/dataFunctions')
15 const find = require('./functions/findFunction') 15 const find = require('./functions/findFunction')
16 16
17 // 0초 0분 0시 아무날 아무달 아무년 17 // 0초 0분 0시 아무날 아무달 아무년
18 -const saveData = schedule.scheduleJob('55 54 18 * * *', data.save) 18 +const saveData = schedule.scheduleJob('55 49 19 * * *', data.save)
19 19
20 var app = express(); 20 var app = express();
21 app.use(bodyParser.json()); 21 app.use(bodyParser.json());
......
...@@ -52,7 +52,7 @@ const getData = async ()=>{ ...@@ -52,7 +52,7 @@ const getData = async ()=>{
52 await page.click('#moreDiv > button').catch((error)=>{ 52 await page.click('#moreDiv > button').catch((error)=>{
53 53
54 }) 54 })
55 - await page.waitForTimeout(200) 55 + await page.waitForTimeout(1500)
56 content = await page.content() 56 content = await page.content()
57 } 57 }
58 } 58 }
......