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