mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-11 01:20:08 -04:00
wip
This commit is contained in:
parent
533583fee4
commit
7e1904fdfa
2 changed files with 3 additions and 2 deletions
|
@ -50,7 +50,7 @@ async function main() {
|
||||||
|
|
||||||
return programs
|
return programs
|
||||||
})
|
})
|
||||||
.then(utils.sleep(3000))
|
.then(utils.sleep(config.delay))
|
||||||
.catch(console.log)
|
.catch(console.log)
|
||||||
|
|
||||||
programs = programs.concat(progs)
|
programs = programs.concat(progs)
|
||||||
|
|
|
@ -30,7 +30,8 @@ utils.loadConfig = function (file) {
|
||||||
days: 1,
|
days: 1,
|
||||||
cookie: '',
|
cookie: '',
|
||||||
lang: 'en',
|
lang: 'en',
|
||||||
channels: channelsPath
|
channels: channelsPath,
|
||||||
|
delay: 3000
|
||||||
},
|
},
|
||||||
config
|
config
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue