From 2ee6110f0e92b884e871b73c1515e384e87ff945 Mon Sep 17 00:00:00 2001 From: minchulahn Date: Thu, 22 Jun 2023 14:40:47 +0900 Subject: [PATCH] Update README.md template --- markdown-table.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown-table.py b/markdown-table.py index 8e1c7fa..fed52f2 100644 --- a/markdown-table.py +++ b/markdown-table.py @@ -10,4 +10,4 @@ df.drop(['latest_candidate_version'], axis=1, inplace=True) with open(readme_file_path, 'w') as file: file.write("# DataSaker\n### {}\n\n".format(data["datasaker"])) - file.write("# Service Version\n{}".format(df.to_markdown(index=False))) + file.write("# Service Version\n{}".format(df.to_markdown(index=False, colalign=("center", "left", "center", "center", "center"))))