From 8fa0669c9f44270b821a534104c6d849470fe048 Mon Sep 17 00:00:00 2001 From: DevilXD <4180725+DevilXD@users.noreply.github.com> Date: Mon, 16 Sep 2024 00:35:25 +0200 Subject: [PATCH] Temporarily disable bulk_check_online, until GQL rate limit is implemented --- twitch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twitch.py b/twitch.py index f0917690..eed507f6 100644 --- a/twitch.py +++ b/twitch.py @@ -744,7 +744,7 @@ async def _run(self): # remove all ACL channels that already exist from the other set acl_channels.difference_update(new_channels) # use the other set to set them online if possible - await self.bulk_check_online(acl_channels) + # await self.bulk_check_online(acl_channels) # finally, add them as new channels new_channels.update(acl_channels) for game in no_acl: