mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 10:26:41 -05:00
Update update.js
Fixes columns alignment
This commit is contained in:
@@ -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`
|
||||||
|
|||||||
Reference in New Issue
Block a user