mirror of
https://github.com/rangermix/TwitchDropsMiner.git
synced 2026-05-30 00:49:36 +00:00
Adjust drop timer: 58s -> 58.5s
This commit is contained in:
@@ -205,7 +205,7 @@ class Twitch:
|
||||
await self.claim_points(channel_data["id"], claim_available["id"])
|
||||
logger.info("Claimed bonus points")
|
||||
i = (i + 1) % 30
|
||||
await asyncio.sleep(58)
|
||||
await asyncio.sleep(58.5)
|
||||
|
||||
if channel.stream is not None and channel.stream.game is not None:
|
||||
game_name = channel.stream.game.name
|
||||
|
||||
Reference in New Issue
Block a user