From 9abf70b620eb159ffd020aa2cfbdf18a73365090 Mon Sep 17 00:00:00 2001 From: Yorick Gruijthuijzen Date: Sun, 27 Oct 2024 14:17:58 +0100 Subject: [PATCH] Get the gid from the branch dict when not encrypted. --- steam/client/cdn.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/steam/client/cdn.py b/steam/client/cdn.py index dbd09ab..4a0fab9 100644 --- a/steam/client/cdn.py +++ b/steam/client/cdn.py @@ -832,9 +832,9 @@ class CDNClient(object): manifest_gid = decrypt_manifest_gid_2(unhexlify(egid), self.beta_passwords[(app_id, branch)]) else: - manifest_gid = depot_info.get('manifests', {}).get('public') + manifest_gid = depot_info.get('manifests', {}).get('public').get('gid') else: - manifest_gid = depot_info.get('manifests', {}).get(branch) + manifest_gid = depot_info.get('manifests', {}).get(branch).get('gid') if manifest_gid is not None: tasks.append(