diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2022-03-12 21:10:13 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2022-03-12 21:10:13 +0000 |
commit | 799284d7065f8db02e7c8d935def80b7a2dd6f9f (patch) | |
tree | e8428bc96a336834451ab4db0b82d9f47398fcf5 /database.py | |
parent | c7fea1d2c78e77654f098f9ac7409f97ad171f44 (diff) | |
download | eda.gay-799284d7065f8db02e7c8d935def80b7a2dd6f9f.tar.gz eda.gay-799284d7065f8db02e7c8d935def80b7a2dd6f9f.zip |
Added contents, made a new template for blog posts
Diffstat (limited to 'database.py')
-rw-r--r-- | database.py | 2 |
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")) |