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 4ee6047 commit 609b5cc
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 @@ -61,7 +61,7 @@ def ntpdig(endpoint):
for srv in list["servers"]:
readme.write("### " + srv["name"] + "\n")
readme.write("| Endpoint | DNS Resolved | IP | Stratum |\n")
readme.write("| :--- | ---: | :---: | ---: |\n")
readme.write("| :--- | ---: | ---: | ---: |\n")

for ept in srv["endpoints"]:
readme.write("|" + ept["endpoint"])
Expand Down

0 comments on commit 609b5cc

Please sign in to comment.