mirror of
https://github.com/rangermix/TwitchDropsMiner.git
synced 2026-06-01 18:09:40 +00:00
Revert "Temporarily disable bulk_check_online, until GQL rate limit is implemented"
This reverts commit 8fa0669c9f.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user