diff --git a/src/main.py b/src/main.py index 7eec23a..e9f1e3d 100644 --- a/src/main.py +++ b/src/main.py @@ -242,4 +242,5 @@ class SteamGifts: random_seconds = randint(900, 1400) logger.info(f"Going to sleep for {random_seconds} seconds.") sleep(random_seconds) + self.update_info()