This commit is contained in:
zman 2025-02-07 21:26:16 -05:00
parent 59ef03a59e
commit 65aba280c5

View File

@ -59,7 +59,9 @@ class TCGPlayerService:
if not os.path.exists('cookies/tcg_cookies.json'):
raise ValueError("Cookies file not found")
with open('cookies/tcg_cookies.json', 'r') as f:
logger.debug("Loading cookies from file")
cookies = json.load(f)
logger.debug(f"Loaded cookies: {cookies}")
return cookies
def _insert_groups(self, groups):