Commit ad676bdc authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 8ce25df3
...@@ -60,7 +60,7 @@ cron.schedule('*/10 * * * * *', () => { ...@@ -60,7 +60,7 @@ cron.schedule('*/10 * * * * *', () => {
checkProcessWork() checkProcessWork()
}); });
postRequest() //postRequest()
cronRemover.schedule(' */2 * * * *', () => { cronRemover.schedule(' */2 * * * *', () => {
init() init()
...@@ -69,7 +69,7 @@ init() ...@@ -69,7 +69,7 @@ init()
async function init() { async function init() {
await initToken() await initToken()
postRequest() // postRequest()
checkIps() checkIps()
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment