Skip to content

Commit

Permalink
CI: whitelist 1175730
Browse files Browse the repository at this point in the history
The game is only available in South Korea and Japan, the server running the CI is region locked.
  • Loading branch information
Root-Core authored Sep 20, 2024
1 parent cb9b6c8 commit 8f29682
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 8f29682

Please sign in to comment.