From cda49c81466875ab910f38572135b3700df2cdaa Mon Sep 17 00:00:00 2001 From: lza_menace Date: Thu, 15 Oct 2020 15:02:43 -0700 Subject: [PATCH] adding link to post --- suchwow/reddit.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/suchwow/reddit.py b/suchwow/reddit.py index 584df01..4deec30 100644 --- a/suchwow/reddit.py +++ b/suchwow/reddit.py @@ -40,7 +40,8 @@ def make_post(post): f"Submitter: {post.submitter}\n\n", f"Timestamp (UTC): {post.timestamp}\n\n", "Show this poster some love by sending WOW to the following address:\n\n", - f"`{wallet.get_address(account=post.account_index)}`" + f"`{wallet.get_address(account=post.account_index)}`\n\n\n\n", + f"[View Post]({url_for('post.read', id=post.id)})" ] comment = "".join(_comment) reddit_post = Reddit().post(title, url)