dev into staging #414

Merged
edraft merged 58 commits from dev into staging 2023-11-04 17:47:24 +01:00
Showing only changes of commit 467050d87e - Show all commits

View File

@ -184,7 +184,7 @@ class SteamOfferWatcher(TaskABC):
self._logger.trace(__name__, "Finished watching")
return offers_for_notifications
@tasks.loop(time=datetime.time(hour=16, minute=30))
@tasks.loop(hours=1)
async def watch(self):
self._logger.info(__name__, "Watching steam special offers")
try: