Commit ad676bdc authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 8ce25df3
......@@ -60,7 +60,7 @@ cron.schedule('*/10 * * * * *', () => {
checkProcessWork()
});
postRequest()
//postRequest()
cronRemover.schedule(' */2 * * * *', () => {
init()
......@@ -69,7 +69,7 @@ init()
async function init() {
await initToken()
postRequest()
// postRequest()
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