Skip to content

Commit

Permalink
Merge pull request #135 from Root-Core/patch-1
Browse files Browse the repository at this point in the history
CI: whitelist 1175730
  • Loading branch information
R1kaB3rN authored Sep 20, 2024
2 parents cb9b6c8 + 8f29682 commit 275d229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/check_gamefixes.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
'Accept-Language': 'en-US,en;q=0.5',
}

# Steam games that are no longer on sale, but are valid IDs
whitelist_steam = {231990, 4730, 105400, 321040, 12840, 7850}
# Steam games that are no longer on sale or only in certain regions, but are valid IDs
whitelist_steam = {231990, 4730, 105400, 321040, 12840, 7850, 1175730}


def check_steamfixes(project: Path, url: str, api: ApiEndpoint) -> None:
Expand Down

0 comments on commit 275d229

Please sign in to comment.