Skip to content

Commit

Permalink
Temporarily disable bulk_check_online, until GQL rate limit is implem…
Browse files Browse the repository at this point in the history
…ented
  • Loading branch information
DevilXD committed Sep 15, 2024
1 parent dc6cf5b commit 8fa0669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twitch.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8fa0669

Please sign in to comment.