From 0105be7e46827e5dfd4d64559eb37b0217f0b68e Mon Sep 17 00:00:00 2001 From: DevilXD <4180725+DevilXD@users.noreply.github.com> Date: Thu, 19 Sep 2024 23:35:48 +0200 Subject: [PATCH] Revert "Temporarily disable bulk_check_online, until GQL rate limit is implemented" This reverts commit 8fa0669c9f44270b821a534104c6d849470fe048. --- twitch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twitch.py b/twitch.py index ef398042..57484b0e 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: