Update epg-grabber.js
This commit is contained in:
parent
28613f754f
commit
3905e8bf47
|
@ -35,7 +35,6 @@ async function main() {
|
|||
config.channels = path.join(path.dirname(options.config), config.channels)
|
||||
else throw new Error("The required 'channels' property is missing")
|
||||
|
||||
console.log('Parsing:')
|
||||
let programs = []
|
||||
const channels = utils.parseChannels(config.channels)
|
||||
for (let channel of channels) {
|
||||
|
|
Loading…
Reference in New Issue