mirror of
https://git.wownero.com/lza_menace/suchwow.git
synced 2024-08-15 01:03:19 +00:00
use full external links for reddit posts
This commit is contained in:
parent
ac05271c34
commit
142475a669
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ def make_post(post):
|
|||
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)}`\n\n\n\n",
|
||||
f"[View Post]({url_for('post.read', id=post.id)})"
|
||||
f"[View Post]({url_for('post.read', id=post.id, _external=True)})"
|
||||
]
|
||||
comment = "".join(_comment)
|
||||
reddit_post = Reddit().post(title, url)
|
||||
|
|
Loading…
Reference in a new issue