Merge pull request #21335 from iptv-org/patch-2025.04.4

Patch 2025.04.4
This commit is contained in:
MapGuy11 2025-04-23 22:39:29 -04:00 committed by GitHub
commit a398fff16c

View File

@ -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...')