Skip to content

Commit

Permalink
Ok, I thinks 7m sounds good
Browse files Browse the repository at this point in the history
  • Loading branch information
Tkd-Alex committed Jan 24, 2021
1 parent ee0882d commit 770bcf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TwitchChannelPointsMiner/classes/Twitch.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def send_minute_watched_events(self, streamers, watch_streak=False):
streamers[index].offline_at == 0
or ((time.time() - streamers[index].offline_at) // 60) > 30
)
and streamers[index].minute_watched <= 6
and streamers[index].minute_watched < 7
):
logger.info(
f"Switch priority: {streamers[index]}, WatchStreak missing is {streamers[index].watch_streak_missing} and minute_watched: {streamers[index].minute_watched}"
Expand Down

0 comments on commit 770bcf5

Please sign in to comment.