make sure to grab new details
This commit is contained in:
parent
36ad6a60d0
commit
df8570d7d4
1 changed files with 1 additions and 0 deletions
|
@ -242,4 +242,5 @@ class SteamGifts:
|
||||||
random_seconds = randint(900, 1400)
|
random_seconds = randint(900, 1400)
|
||||||
logger.info(f"Going to sleep for {random_seconds} seconds.")
|
logger.info(f"Going to sleep for {random_seconds} seconds.")
|
||||||
sleep(random_seconds)
|
sleep(random_seconds)
|
||||||
|
self.update_info()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue