Only view first 150 elements of steam offers
All checks were successful
Deploy dev on push / on-push-deploy_sh-edraft (push) Successful in 3m27s
All checks were successful
Deploy dev on push / on-push-deploy_sh-edraft (push) Successful in 3m27s
This commit is contained in:
parent
58fdc9f48f
commit
e6165caed9
@ -109,7 +109,7 @@ class SteamOfferWatcher(TaskABC):
|
||||
new_offers = List(SteamSpecialOffer)
|
||||
|
||||
# sale_count = self._get_max_count() + 100
|
||||
sale_count = 250 # only look at first 500
|
||||
sale_count = 150
|
||||
# todo: let admins change the value
|
||||
self._logger.debug(__name__, f"Get special offers from 0 to {sale_count}")
|
||||
for i in range(0, sale_count, 100):
|
||||
|
Loading…
Reference in New Issue
Block a user