From: Steven Black Date: Sun, 13 Jul 2025 00:39:40 +0000 (-0400) Subject: Ibid. X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=026a9fab06bf9b211fc9734205c809b368d29f40;p=stevenblack-hosts.git Ibid. --- diff --git a/updateReadme.py b/updateReadme.py index 4c3f96e5f..779257f91 100755 --- a/updateReadme.py +++ b/updateReadme.py @@ -40,7 +40,7 @@ def main(): if key == "base": data[key]["description"] = "Unified hosts = **(adware + malware)**" else: - if data[key]["no_unified_hosts"]: + if data[key]["nounifiedhosts"]: data[key]["description"] = ( "**" + key.replace("-only", "").replace("-", " + ") + "**" ) @@ -71,7 +71,7 @@ def main(): for key in keys: extensions = key.replace("-only", "").replace("-", ", ") extensions_str = "* Extensions: **" + extensions + "**." - if data[key]["no_unified_hosts"]: + if data[key]["nounifiedhosts"]: extensions_header = "Limited to the extensions: " + extensions else: extensions_header = "Unified hosts file with " + extensions + " extensions"