From: Steven Black Date: Sun, 20 Aug 2017 16:08:28 +0000 (-0400) Subject: Fix typo. X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=8fb2dfa6dea6e65a9e89736eb71baafacbd9f1e6;p=stevenblack-hosts.git Fix typo. --- diff --git a/updateReadme.py b/updateReadme.py index 675cf08b2..a0038cba2 100644 --- a/updateReadme.py +++ b/updateReadme.py @@ -23,12 +23,10 @@ PY3 = sys.version_info >= (3, 0) def main(): - s = Template('${description} | [Readme](https://github.com/StevenBlack/' - 'hosts/blob/master/${location}readme.md) | ' - '[link](https://raw.githubusercontent.com/StevenBlack/' - 'hosts/master/${location}hosts) | [link]' + s = Template('${description} | [Readme](https://github.com/StevenBlack/hosts/blob/master/${location}readme.md) | ' + '[link](https://raw.githubusercontent.com/StevenBlack/hosts/master/${location}hosts) | ' + '${fmtentries} | ' '[link](http://sbc.io/hosts/${location}hosts)') - with open(README_DATA_FILENAME, 'r') as f: data = json.load(f)