diff --git a/app/twitch_client.py b/app/twitch_client.py index ffce609..b275e35 100644 --- a/app/twitch_client.py +++ b/app/twitch_client.py @@ -18,6 +18,7 @@ class CachePrevent: self.calls += 1 if self.calls % self.five_minute_update_modulo == 0: self.random_number = random.randint(0, 999999) + logger.info("Forcing image cache refresh.") return f"{url}?{self.random_number}"