From: XhmikosR Date: Sun, 23 Feb 2020 07:24:26 +0000 (+0200) Subject: Update updateReadme.py X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=295060010815571d7e670a5e74eb9f8a3d1ff42a;p=stevenblack-hosts.git Update updateReadme.py * remove duplicate key "issues" in dict literal * remove trailing whitespaces from the output --- diff --git a/updateReadme.py b/updateReadme.py index f99df81be..8cdad27bf 100644 --- a/updateReadme.py +++ b/updateReadme.py @@ -52,7 +52,6 @@ def main(): "description": "", "homeurl": "", "frequency": "", - "issues": "", "url": "", "license": "", "issues": "", @@ -60,7 +59,7 @@ def main(): t = Template( "${name} | ${description} |[link](${homeurl})" - " | [raw](${url}) | ${frequency} | ${license} | [issues](${issues}) " + " | [raw](${url}) | ${frequency} | ${license} | [issues](${issues})" ) for key in keys: