safety net
This commit is contained in:
parent
1f1abb5b0d
commit
4a6acc66a1
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ class SteamGifts:
|
|||
def evaluate_giveaways(self, page=1):
|
||||
n = page
|
||||
run = True
|
||||
while run:
|
||||
while run and n < 3: # hard stop safety net at page 3 as idk why we would ever get to this point
|
||||
txt = "⚙️ Retrieving games from %d page." % n
|
||||
logger.info(txt)
|
||||
|
||||
|
|
Loading…
Reference in a new issue