mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
Update update.js
Should fix the width of the columns
This commit is contained in:
parent
d6e3d3c96c
commit
e96797663a
1 changed files with 1 additions and 5 deletions
|
@ -52,11 +52,7 @@ async function main() {
|
||||||
})
|
})
|
||||||
data = Object.values(_.groupBy(data, item => item[0]))
|
data = Object.values(_.groupBy(data, item => item[0]))
|
||||||
|
|
||||||
const output = table.create(data, [
|
const output = table.create(data, ['Country', 'Channels', 'EPG'])
|
||||||
'Country ',
|
|
||||||
'Channels',
|
|
||||||
'EPG'
|
|
||||||
])
|
|
||||||
|
|
||||||
await file.create('./.readme/_countries.md', output)
|
await file.create('./.readme/_countries.md', output)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue