diff --git a/chaturbate/channel.go b/chaturbate/channel.go
index 7ff6784..d6c78fd 100644
--- a/chaturbate/channel.go
+++ b/chaturbate/channel.go
@@ -103,7 +103,6 @@ func (w *Channel) Run() {
}
if strings.Contains(body, "
Just a moment...") {
w.log(logTypeError, "Cloudflare anti-bot page detected, Try providing cf-cookie and user-agent (Check GitHub for instructions)... Exiting")
- os.Exit(1)
}
w.log(logTypeInfo, "channel is offline, check again %d min(s) later", w.Interval)
<-time.After(time.Duration(w.Interval) * time.Minute) // minutes cooldown to check online status