mirror of
https://github.com/StevenBlack/hosts.git
synced 2026-07-01 02:36:52 +00:00
Move the source file description column to the end of the row.
This commit is contained in:
@@ -52,16 +52,16 @@ def main():
|
||||
|
||||
row_defaults = {
|
||||
"name": "",
|
||||
"description": "",
|
||||
"homeurl": "",
|
||||
"url": "",
|
||||
"license": "",
|
||||
"issues": "",
|
||||
"description": "",
|
||||
}
|
||||
|
||||
t = Template(
|
||||
"${name} | ${description} |[link](${homeurl})"
|
||||
" | [raw](${url}) | ${license} | [issues](${issues})"
|
||||
"${name} |[link](${homeurl})"
|
||||
" | [raw](${url}) | ${license} | [issues](${issues})| ${description}"
|
||||
)
|
||||
|
||||
for key in keys:
|
||||
|
||||
Reference in New Issue
Block a user