From ef3bf2459f99e229e4299c1bf7355b6f4028e8be Mon Sep 17 00:00:00 2001 From: orende <1337decker@gmail.com> Date: Tue, 25 Jul 2023 11:39:07 +0800 Subject: [PATCH] Add two more ignored game ids to constants Adds game ids for "Cyberpunk 2077 Digital Goodies" and "Xenonauts 2 alpha demo". --- minigalaxy/constants.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/minigalaxy/constants.py b/minigalaxy/constants.py index d70290b3..8beda426 100644 --- a/minigalaxy/constants.py +++ b/minigalaxy/constants.py @@ -59,8 +59,10 @@ 1980301910, # The Witcher Goodies Collection 2005648906, # Spring Sale Goodies Collection #1 1486144755, # Cyberpunk 2077 Goodies Collection + 1548764757, # Cyberpunk 2077 Digital Goodies 1581684020, # A Plague Tale Digital Goodies Pack 1185685769, # CDPR Goodie Pack Content + 1497289938, # Xenonauts 2 alpha demo ] DOWNLOAD_CHUNK_SIZE = 1024 * 1024 # 1 MB