Update epg-grabber.js

This commit is contained in:
Aleksandr Statciuk 2021-10-14 20:03:35 +03:00
parent 28613f754f
commit 3905e8bf47
1 changed files with 0 additions and 1 deletions

View File

@ -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) {