mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -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 += `### ${lang}\r\n\r\n`
|
||||||
guides += table.create(data, [
|
guides += table.create(data, [
|
||||||
'Site',
|
'Site ',
|
||||||
'Channels',
|
'Channels',
|
||||||
'EPG',
|
'EPG ',
|
||||||
'Status '
|
'Status '
|
||||||
])
|
])
|
||||||
guides += `\r\n\r\n`
|
guides += `\r\n\r\n`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue