We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ad79e7 commit 94ad5a2Copy full SHA for 94ad5a2
1 file changed
checkers/Kick.py
@@ -63,8 +63,6 @@ def getStreamInfo(results):
63
thumbUrl = results['livestream']['thumbnail']['url']#+ "#" + str(int(time.time()))
64
icon = results['user']['profile_pic']
65
isOnline = True
66
- else:
67
- logger.warning("error with kick checker. user is banned,wrong username supplied, or cloudflare bot detection")
68
except json.decoder.JSONDecodeError:
69
logger.warning("no json at kick api, bot detection site down, or cloudflare bot detection")
70
return isOnline,title,thumbUrl,icon
0 commit comments