Remove the frequency column from the table.
authorSteven Black <redacted>
Fri, 10 Jun 2022 03:04:59 +0000 (23:04 -0400)
committerSteven Black <redacted>
Fri, 10 Jun 2022 03:04:59 +0000 (23:04 -0400)
readme_template.md
updateReadme.py

index 8270e84adc2af28a30536aa4f0a6fb049f34e0ce..efd5c6e702ced15c682a5f4afeed0b4d8a2499aa 100644 (file)
@@ -45,8 +45,8 @@ of OS.
 Updated `hosts` files from the following locations are always unified and
 included:
 
-Host file source | Description | Home page | Raw hosts | Update frequency | License | Issues
------------------|-------------|:---------:|:---------:|:----------------:|:-------:|:------:
+Host file source | Description | Home page | Raw hosts | License | Issues
+-----------------|-------------|:---------:|:---------:|:-------:|:------:
 @SOURCEROWS@
 
 ## Extensions
index f7530d4ab538ce6db0697cae062250304970795a..2d4c5d549ae7109e8ecbc1e85e271e88963a899a 100644 (file)
@@ -54,7 +54,6 @@ def main():
         "name": "",
         "description": "",
         "homeurl": "",
-        "frequency": "",
         "url": "",
         "license": "",
         "issues": "",
@@ -62,7 +61,7 @@ def main():
 
     t = Template(
         "${name} | ${description} |[link](${homeurl})"
-        " | [raw](${url}) | ${frequency} | ${license} | [issues](${issues})"
+        " | [raw](${url}) | ${license} | [issues](${issues})"
     )
 
     for key in keys:
git clone https://git.99rst.org/PROJECT