mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 10:26:41 -05:00
Update update-codes.js
This commit is contained in:
@@ -62,7 +62,7 @@ function writeToFile(filename, data) {
|
||||
}
|
||||
|
||||
function convertToJSON(arr) {
|
||||
return JSON.stringify(arr, null, 2)
|
||||
return JSON.stringify(arr)
|
||||
}
|
||||
|
||||
function parseChannels(file) {
|
||||
|
||||
Reference in New Issue
Block a user