Update format.js

pull/4034/head
Aleksandr Statciuk 3 years ago
parent a51cb33c19
commit 31cf0ff7da

@ -107,9 +107,6 @@ function updateStatus(channel, status) {
channel.status = null
} else if (status.reason.includes('timed out')) {
// nothing
} else if (status.reason.includes('403')) {
channel.status = 'Geo-blocked'
if (config.debug) log.print(` ERR: ${channel.url} (${status.reason})\n`)
} else {
channel.status = 'Offline'
if (config.debug) log.print(` ERR: ${channel.url} (${status.reason})\n`)

Loading…
Cancel
Save