wip
This commit is contained in:
@@ -50,7 +50,7 @@ async function main() {
|
||||
|
||||
return programs
|
||||
})
|
||||
.then(utils.sleep(3000))
|
||||
.then(utils.sleep(config.delay))
|
||||
.catch(console.log)
|
||||
|
||||
programs = programs.concat(progs)
|
||||
|
||||
@@ -30,7 +30,8 @@ utils.loadConfig = function (file) {
|
||||
days: 1,
|
||||
cookie: '',
|
||||
lang: 'en',
|
||||
channels: channelsPath
|
||||
channels: channelsPath,
|
||||
delay: 3000
|
||||
},
|
||||
config
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user