From: Steven Black Date: Fri, 10 Jun 2022 03:04:59 +0000 (-0400) Subject: Remove the frequency column from the table. X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=5fce389e07ea2dbf980f049246f8ead9b315183f;p=stevenblack-hosts.git Remove the frequency column from the table. --- diff --git a/readme_template.md b/readme_template.md index 8270e84ad..efd5c6e70 100644 --- a/readme_template.md +++ b/readme_template.md @@ -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 diff --git a/updateReadme.py b/updateReadme.py index f7530d4ab..2d4c5d549 100644 --- a/updateReadme.py +++ b/updateReadme.py @@ -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: