TEMPFIX: Disable the drops_enabled check

This commit is contained in:
DevilXD
2023-05-17 10:04:13 +02:00
parent 9c8e9a6bd2
commit 1df916f91e

View File

@@ -1163,7 +1163,7 @@ class Twitch:
# exit early if
if (
not channel.online # stream is offline
or not channel.drops_enabled # drops aren't enabled
# or not channel.drops_enabled # drops aren't enabled
# there's no game or it's not one of the games we've selected
or (game := channel.game) is None or game not in self.wanted_games
):