Update update-readme.js

This commit is contained in:
Aleksandr Statciuk 2021-10-13 06:26:38 +03:00
parent f11bb9bd0b
commit 04b2285241

View file

@ -30,8 +30,6 @@ async function main() {
return b.channelCount - a.channelCount return b.channelCount - a.channelCount
}) })
console.log(data)
console.log('Generating table...') console.log('Generating table...')
const table = generateTable(data, ['Country', 'Channels', 'EPG']) const table = generateTable(data, ['Country', 'Channels', 'EPG'])
file.write('.readme/_table.md', table) file.write('.readme/_table.md', table)