🚧 More work on resilient managers

This commit is contained in:
GeoffreyCoulaud
2023-05-31 16:54:51 +02:00
parent 0b188136a2
commit d204737339
8 changed files with 40 additions and 30 deletions

View File

@@ -13,7 +13,7 @@ class SteamAPIManager(AsyncManager):
retryable_on = set((HTTPError,))
def final_run(self, game: Game) -> None:
def manager_logic(self, game: Game) -> None:
# Skip non-steam games
if not game.source.startswith("steam_"):
return