This commit is contained in:
HiFiPhile 2023-11-19 16:19:11 +01:00
parent b5b34e73d6
commit 8af470e06d
2 changed files with 2 additions and 1 deletions

View File

@ -154,6 +154,7 @@ def render_md():
# Write the Markdown table to a file
with open('dwc2_info.md', 'w') as md_file:
md_file.write(df.to_markdown())
md_file.write('\n')
if __name__ == '__main__':