Revert "Temporarily disable bulk_check_online, until GQL rate limit is implemented"

This reverts commit 8fa0669c9f.
This commit is contained in:
DevilXD
2024-09-19 23:35:48 +02:00
parent 3460979700
commit 0105be7e46

View File

@@ -744,7 +744,7 @@ class Twitch:
# 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: