Set steam offer loop to one hour
This commit is contained in:
parent
e8f2a01851
commit
467050d87e
@ -184,7 +184,7 @@ class SteamOfferWatcher(TaskABC):
|
|||||||
self._logger.trace(__name__, "Finished watching")
|
self._logger.trace(__name__, "Finished watching")
|
||||||
return offers_for_notifications
|
return offers_for_notifications
|
||||||
|
|
||||||
@tasks.loop(time=datetime.time(hour=16, minute=30))
|
@tasks.loop(hours=1)
|
||||||
async def watch(self):
|
async def watch(self):
|
||||||
self._logger.info(__name__, "Watching steam special offers")
|
self._logger.info(__name__, "Watching steam special offers")
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user