mirror of
https://github.com/rangermix/TwitchDropsMiner.git
synced 2026-06-08 21:34:35 +00:00
Fix can_watch ignoring drops_enabled status
This commit is contained in:
@@ -963,7 +963,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
|
||||
):
|
||||
|
||||
Reference in New Issue
Block a user