Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김대선
/
Recruitment_Information_chatbot
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
김대선
2021-06-05 20:05:02 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c9780fe3b197fe72c89763d4b76007254c4a4962
c9780fe3
1 parent
af5c6b4e
test1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
app.js
functions/naverFunction.js
app.js
View file @
c9780fe
...
...
@@ -15,7 +15,7 @@ const data = require('./functions/dataFunctions')
const
find
=
require
(
'./functions/findFunction'
)
// 0초 0분 0시 아무날 아무달 아무년
const
saveData
=
schedule
.
scheduleJob
(
'55
54 18
* * *'
,
data
.
save
)
const
saveData
=
schedule
.
scheduleJob
(
'55
49 19
* * *'
,
data
.
save
)
var
app
=
express
();
app
.
use
(
bodyParser
.
json
());
...
...
functions/naverFunction.js
View file @
c9780fe
...
...
@@ -52,7 +52,7 @@ const getData = async ()=>{
await
page
.
click
(
'#moreDiv > button'
).
catch
((
error
)
=>
{
})
await
page
.
waitForTimeout
(
2
00
)
await
page
.
waitForTimeout
(
15
00
)
content
=
await
page
.
content
()
}
}
...
...
Please
register
or
login
to post a comment