Remove the frequency column from the table.

This commit is contained in:
Steven Black
2022-06-09 23:04:59 -04:00
parent 4647759f7a
commit 5fce389e07
2 changed files with 3 additions and 4 deletions

View 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: