From bddbff7c35797f89cfdde44cb36b2ebbd3501e88 Mon Sep 17 00:00:00 2001 From: DevilXD Date: Fri, 24 Dec 2021 19:09:50 +0100 Subject: [PATCH] Adjust drop timer: 58s -> 58.5s --- twitch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twitch.py b/twitch.py index e713401..08cc798 100644 --- a/twitch.py +++ b/twitch.py @@ -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