mirror of https://github.com/iptv-org/iptv
Update update.ts
This commit is contained in:
parent
15315b09fb
commit
4a61469e72
|
@ -9,7 +9,7 @@ import validUrl from 'valid-url'
|
|||
let processedIssues = new Collection()
|
||||
|
||||
async function main() {
|
||||
const logger = new Logger({ disabled: true })
|
||||
const logger = new Logger({ level: -999 })
|
||||
const issueLoader = new IssueLoader()
|
||||
|
||||
logger.info('loading issues...')
|
||||
|
|
Loading…
Reference in New Issue