Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfy76700 committed Mar 20, 2024
1 parent ffa43e2 commit 4cbb485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .utilities/generate_controller_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ def process_all():
return(result)

def create_consoles_table():
result = "| Codename | Name |\n| :---: | :--- |\n"
result = "| ID | Name |\n| :---: | :--- |\n"
for console in consoles_dict.keys():
result += f"| `{console}` | {consoles_dict[console]} |\n"
with open(".wiki/Console IDs.md", "wt", encoding="utf-8") as md_file:
Expand Down

0 comments on commit 4cbb485

Please sign in to comment.