From 4f6c58329464331788fd7da00c106cc6c3be5390 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Tue, 4 Aug 2026 23:05:12 +0900 Subject: [PATCH] chore: add comment --- dzgui/api/steam.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dzgui/api/steam.py b/dzgui/api/steam.py index 9e128f6..c5b0074 100644 --- a/dzgui/api/steam.py +++ b/dzgui/api/steam.py @@ -139,6 +139,7 @@ def get_remote_signatures(mods: list[str]) -> list[tuple[str, str, int, int]]: j = r.json() rows = j["response"]["publishedfiledetails"] for row in rows: + # NOTE: not a valid published file if row["result"] == 9: continue title = str(row["title"])