mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-13 10:30:03 -04:00
Update update.ts
This commit is contained in:
parent
cf930921a3
commit
1656a98b81
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import validUrl from 'valid-url'
|
||||||
let processedIssues = new Collection()
|
let processedIssues = new Collection()
|
||||||
|
|
||||||
async function main() {
|
async function main() {
|
||||||
const logger = new Logger({ disabled: true })
|
const logger = new Logger({ level: -999 })
|
||||||
const issueLoader = new IssueLoader()
|
const issueLoader = new IssueLoader()
|
||||||
|
|
||||||
logger.info('loading issues...')
|
logger.info('loading issues...')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue