From ed66f896a08ff1d2dfe0bd73efe7e89ac467a524 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Thu, 7 Oct 2021 20:50:06 +0300 Subject: [PATCH] Update update-readme.js --- scripts/update-readme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update-readme.js b/scripts/update-readme.js index 9ccd63b5..9f20e9cd 100644 --- a/scripts/update-readme.js +++ b/scripts/update-readme.js @@ -7,7 +7,7 @@ const file = require('./file.js') async function main() { console.log('Starting...') file - .list(['ad'], []) + .list([], ['us-local']) .then(files => { files = files.map(str => str.match(/channels\/(.*).xml/i)[1]) generateTable(files)