[Lint] ran formated

This commit is contained in:
2026-08-09 05:02:17 +02:00
parent d53aa42ecc
commit 2843f1763e
6 changed files with 222 additions and 115 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ from markdown import markdown as to_markdown
blog = ""
with open('blogs/Lorem Ipsum.md','rt') as file:
with open("blogs/Lorem Ipsum.md", "rt") as file:
blog = file.read()
with open('blogs/Lorem Ipsum.html', 'wt') as file:
with open("blogs/Lorem Ipsum.html", "wt") as file:
file.write(to_markdown(blog))