dev #422

Merged
edraft merged 7 commits from dev into staging 2023-11-05 17:07:57 +01:00
Showing only changes of commit 6ae7ab5c5a - Show all commits

View File

@ -186,7 +186,7 @@ class SteamOfferWatcher(TaskABC):
self._logger.trace(__name__, "Finished watching")
return offers_for_notifications
@tasks.loop(hours=1)
@tasks.loop(hours=4)
async def watch(self):
self._logger.info(__name__, "Watching steam special offers")
try: