mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update update.js
Fixes columns alignment
This commit is contained in:
parent
67ef5aa13e
commit
1abba95b1d
1 changed files with 2 additions and 2 deletions
|
@ -67,9 +67,9 @@ async function createTable(log) {
|
|||
|
||||
guides += `### ${lang}\r\n\r\n`
|
||||
guides += table.create(data, [
|
||||
'Site',
|
||||
'Site ',
|
||||
'Channels',
|
||||
'EPG',
|
||||
'EPG ',
|
||||
'Status '
|
||||
])
|
||||
guides += `\r\n\r\n`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue