aboutsummaryrefslogtreecommitdiffstats
path: root/database.py
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2022-03-12 21:10:13 +0000
committerjwansek <eddie.atten.ea29@gmail.com>2022-03-12 21:10:13 +0000
commit799284d7065f8db02e7c8d935def80b7a2dd6f9f (patch)
treee8428bc96a336834451ab4db0b82d9f47398fcf5 /database.py
parentc7fea1d2c78e77654f098f9ac7409f97ad171f44 (diff)
downloadboymoder.blog-799284d7065f8db02e7c8d935def80b7a2dd6f9f.tar.gz
boymoder.blog-799284d7065f8db02e7c8d935def80b7a2dd6f9f.zip
Added contents, made a new template for blog posts
Diffstat (limited to 'database.py')
-rw-r--r--database.py2
1 files changed, 1 insertions, 1 deletions
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"))