From 5fce389e07ea2dbf980f049246f8ead9b315183f Mon Sep 17 00:00:00 2001 From: Steven Black Date: Thu, 9 Jun 2022 23:04:59 -0400 Subject: [PATCH] Remove the frequency column from the table. --- readme_template.md | 4 ++-- updateReadme.py | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) 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: