From 4863486da72f23b18971d837ae99cf47034f3b9b Mon Sep 17 00:00:00 2001 From: Eamonn Rea Date: Fri, 28 Jun 2024 01:47:29 +0100 Subject: [PATCH] appcache: update comment examples --- steam/utils/appcache.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/steam/utils/appcache.py b/steam/utils/appcache.py index 87be155..c32417f 100644 --- a/steam/utils/appcache.py +++ b/steam/utils/appcache.py @@ -7,7 +7,7 @@ Appache file parsing examples: >>> header, apps = parse_appinfo(open('/d/Steam/appcache/appinfo.vdf', 'rb')) >>> header - {'magic': b"(DV\\x07", 'universe': 1} + {'magic': b")DV\\x07", 'universe': 1} >>> next(apps) {'appid': 5, 'size': 79, @@ -53,7 +53,7 @@ def parse_appinfo(fp): :return: (header, apps iterator) """ # format: -# uint32 - MAGIC: "'DV\x07" or "(DV\x07" +# uint32 - MAGIC: "'DV\x07" or "(DV\x07" or b")DV\x07" # uint32 - UNIVERSE: 1 # ---- repeated app sections ---- # uint32 - AppID