From 799284d7065f8db02e7c8d935def80b7a2dd6f9f Mon Sep 17 00:00:00 2001 From: jwansek Date: Sat, 12 Mar 2022 21:10:13 +0000 Subject: Added contents, made a new template for blog posts --- database.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'database.py') diff --git a/database.py b/database.py index 42833d5..61ca2f7 100644 --- a/database.py +++ b/database.py @@ -250,4 +250,4 @@ if __name__ == "__main__": import parser with Database() as db: # print(db.get_similar_thoughts("about me", 5)) - print(parser.parse_file("cpus.md")) \ No newline at end of file + print(parser.parse_file("out.md")) -- cgit v1.2.3