Update index.js

Turn off verbose mode
This commit is contained in:
freearhey 2019-08-08 16:06:49 +03:00
parent 9e96d41b88
commit d5edb51420
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ const util = require('../helpers/util')
const axios = require('axios')
const https = require('https')
const verbose = true
const verbose = false
const errorLog = 'error.log'
const config = {
timeout: 60000,