Skip to content

Commit

Permalink
Update generate.py
Browse files Browse the repository at this point in the history
  • Loading branch information
endail authored Jun 26, 2024
1 parent 1eff9fe commit 0e13d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def ntpdig(endpoint):

for list in results:
readme.write("## " + list["name"] + "\n")
readme.write(list["descriptions"] + "\n")
readme.write(list["description"] + "\n")

# sort by server name
list["servers"].sort(key=lambda s: s["name"])
Expand Down

0 comments on commit 0e13d13

Please sign in to comment.