mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 02:16:40 -05:00
Update update.js
Should fix the width of the columns
This commit is contained in:
@@ -52,11 +52,7 @@ async function main() {
|
||||
})
|
||||
data = Object.values(_.groupBy(data, item => item[0]))
|
||||
|
||||
const output = table.create(data, [
|
||||
'Country ',
|
||||
'Channels',
|
||||
'EPG'
|
||||
])
|
||||
const output = table.create(data, ['Country', 'Channels', 'EPG'])
|
||||
|
||||
await file.create('./.readme/_countries.md', output)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user