Ibid.
authorSteven Black <redacted>
Sun, 13 Jul 2025 00:39:40 +0000 (20:39 -0400)
committerSteven Black <redacted>
Sun, 13 Jul 2025 00:39:40 +0000 (20:39 -0400)
updateReadme.py

index 4c3f96e5fdfe5d4adf9c3d8d4cd8bbba7f1f1830..779257f91ef962dcb66234f6f60f1e0ed2a7e26d 100755 (executable)
@@ -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"
git clone https://git.99rst.org/PROJECT