Skip to content

Commit 94ad5a2

Browse files
committed
Kick default check bad log fix
1 parent 5ad79e7 commit 94ad5a2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

checkers/Kick.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ def getStreamInfo(results):
6363
thumbUrl = results['livestream']['thumbnail']['url']#+ "#" + str(int(time.time()))
6464
icon = results['user']['profile_pic']
6565
isOnline = True
66-
else:
67-
logger.warning("error with kick checker. user is banned,wrong username supplied, or cloudflare bot detection")
6866
except json.decoder.JSONDecodeError:
6967
logger.warning("no json at kick api, bot detection site down, or cloudflare bot detection")
7068
return isOnline,title,thumbUrl,icon

0 commit comments

Comments
 (0)