Skip to content

Commit

Permalink
twitch: double announce frequency 4h → 8h
Browse files Browse the repository at this point in the history
  • Loading branch information
raylu committed Nov 11, 2023
1 parent 9373dd4 commit 92af5c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twitch.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

access_token_expiration = None

ANNOUNCE_FREQ = 4 * 60 * 60 # announce once every 4h
ANNOUNCE_FREQ = 8 * 60 * 60 # announce once every 8h
ANNOUNCE_DELAY = datetime.timedelta(minutes=5) # wait for thumbnails to generate

def live_streams(bot):
Expand Down

0 comments on commit 92af5c2

Please sign in to comment.