Update index.js

Turn off verbose mode
what-a-patch-1
freearhey 6 years ago
parent 0f10c1c857
commit 61c3d18725

@ -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,

Loading…
Cancel
Save