|
|
|
@ -35,6 +35,9 @@ class Reddit(object):
|
|
|
|
|
return False
|
|
|
|
|
|
|
|
|
|
def make_post(post):
|
|
|
|
|
if post.to_reddit:
|
|
|
|
|
print(f"Already posted #{post.id} to Reddit")
|
|
|
|
|
return False
|
|
|
|
|
wallet = wownero.Wallet()
|
|
|
|
|
title = f"SuchWow #{post.id} - {post.title}"
|
|
|
|
|
url = url_for('post.uploaded_file', filename=post.image_name, _external=True)
|
|
|
|
|