mirror of
https://github.com/StevenBlack/hosts.git
synced 2026-07-01 02:36:52 +00:00
Fix flake8 errors in updateReadme.py
xref commit 8fb2df
This commit is contained in:
@@ -23,8 +23,10 @@ PY3 = sys.version_info >= (3, 0)
|
|||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
s = Template('${description} | [Readme](https://github.com/StevenBlack/hosts/blob/master/${location}readme.md) | '
|
s = Template('${description} | [Readme](https://github.com/StevenBlack/'
|
||||||
'[link](https://raw.githubusercontent.com/StevenBlack/hosts/master/${location}hosts) | '
|
'hosts/blob/master/${location}readme.md) | '
|
||||||
|
'[link](https://raw.githubusercontent.com/StevenBlack/'
|
||||||
|
'hosts/master/${location}hosts) | '
|
||||||
'${fmtentries} | '
|
'${fmtentries} | '
|
||||||
'[link](http://sbc.io/hosts/${location}hosts)')
|
'[link](http://sbc.io/hosts/${location}hosts)')
|
||||||
with open(README_DATA_FILENAME, 'r') as f:
|
with open(README_DATA_FILENAME, 'r') as f:
|
||||||
|
|||||||
Reference in New Issue
Block a user