bugfixing
This commit is contained in:
parent
4cb9d38c6d
commit
1eaef27c99
@ -404,8 +404,8 @@ def post_to_reddit():
|
|||||||
|
|
||||||
for post in post_configs:
|
for post in post_configs:
|
||||||
formatted_text = create_post(post['data_type'], post['info_text'])
|
formatted_text = create_post(post['data_type'], post['info_text'])
|
||||||
title = config["title"]
|
title = post["title"]
|
||||||
flair_id = config["flair_id"]
|
flair_id = post["flair_id"]
|
||||||
|
|
||||||
# Submit the post
|
# Submit the post
|
||||||
post = subreddit.submit(
|
post = subreddit.submit(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user