dev into staging #415

Merged
edraft merged 5 commits from dev into staging 2023-11-05 00:29:45 +01:00
Showing only changes of commit e6165caed9 - Show all commits

View File

@ -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):