mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 10:26:41 -05:00
Update update.js
This commit is contained in:
@@ -61,7 +61,12 @@ async function createTable(log) {
|
||||
})
|
||||
data = Object.values(_.groupBy(data, item => item[0]))
|
||||
|
||||
const output = table.create(data, ['Site', 'Channels', 'EPG', 'Status'])
|
||||
const output = table.create(data, [
|
||||
'Site',
|
||||
'Channels',
|
||||
'EPG',
|
||||
'Status '
|
||||
])
|
||||
|
||||
await file.create('./.readme/_sites.md', output)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user