From 8f2968299109e29e1a9aacafbd6c46554ad8de11 Mon Sep 17 00:00:00 2001 From: Root-Core Date: Fri, 20 Sep 2024 11:51:39 +0200 Subject: [PATCH] CI: whitelist 1175730 The game is only available in South Korea and Japan, the server running the CI is region locked. --- .github/scripts/check_gamefixes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/scripts/check_gamefixes.py b/.github/scripts/check_gamefixes.py index 6cf5d5d7..c1d15201 100644 --- a/.github/scripts/check_gamefixes.py +++ b/.github/scripts/check_gamefixes.py @@ -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: