Skip to content

Commit

Permalink
revert accidental changing
Browse files Browse the repository at this point in the history
  • Loading branch information
Petrarka0 committed Mar 25, 2024
1 parent 5ce1e11 commit 1b08fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TwitchChannelPointsMiner/TwitchChannelPointsMiner.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def run(
# 2. Check if streamers are online
# 3. DEACTIVATED: Check if the user is a moderator. (was used before the 5th of April 2021 to deactivate predictions)
for streamer in self.streamers:
time.sleep(random.uniform(0.1, 0.3))
time.sleep(random.uniform(0.3, 0.7))
self.twitch.load_channel_points_context(streamer)
self.twitch.check_streamer_online(streamer)
# self.twitch.viewer_is_mod(streamer)
Expand Down

0 comments on commit 1b08fec

Please sign in to comment.