From 57f8c24ceec640c7e881d4f414bf32da29d54b05 Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Fri, 25 Aug 2023 17:09:42 +0200 Subject: [PATCH] Update rpst.py --- rpst/rpst.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpst/rpst.py b/rpst/rpst.py index 7b733a7..c62f848 100644 --- a/rpst/rpst.py +++ b/rpst/rpst.py @@ -48,7 +48,7 @@ def create_post_branch(post: dict, keyword: str, tree: Tree, args: argparse) -> } # Add the post's branch to the main tree. - post_branch = tree.add(f"{glyph.scroll} {post['data']['title']}") + post_branch = tree.add(f"{glyph.page_with_curl} {post['data']['title']}") # Add each piece of extracted data as a branch of the post_branch. for post_key, post_value in post_data.items():