Reorder people on Github Wikidata report.
This commit is contained in:
parent
cc32b0459d
commit
b36ff3a9c1
1 changed files with 2 additions and 0 deletions
2
main.py
2
main.py
|
|
@ -436,6 +436,8 @@ def github_wikidata() -> str:
|
|||
continue
|
||||
items.append((person, qid, wd_name, photo))
|
||||
|
||||
items.sort(key=lambda i: len(i[0].name))
|
||||
|
||||
return flask.render_template("github.html", items=items)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue