diff --git a/TwitchChannelPointsMiner/classes/Twitch.py b/TwitchChannelPointsMiner/classes/Twitch.py index 1d7b1f4..bad92f7 100644 --- a/TwitchChannelPointsMiner/classes/Twitch.py +++ b/TwitchChannelPointsMiner/classes/Twitch.py @@ -433,7 +433,7 @@ class Twitch(object): ) > 30 ) - and streamers[index].stream.minute_watched < 7 + and streamers[index].stream.minute_watched < 1 ): streamers_watching.append(index) if len(streamers_watching) == 2: