Update generate.js

This commit is contained in:
freearhey 2021-02-10 11:59:50 +03:00
parent 37845bb0da
commit ef17c0056d

View file

@ -256,7 +256,7 @@ function finish() {
console.log('Done.\n')
console.log(
`Countries: ${list.countries.length}. Languages: ${
`Countries: ${Object.keys(list.countries).length - 1}. Languages: ${
Object.values(list.languages).length
}. Categories: ${Object.values(list.categories).length}. Channels: ${list.all.length}.`
)