mirror of
https://git.wownero.com/lza_menace/suchwow.git
synced 2024-08-15 01:03:19 +00:00
adding link to post
This commit is contained in:
parent
7ed0033919
commit
cda49c8146
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue