bugfixing

This commit is contained in:
MuslemRahimi 2024-12-07 21:57:52 +01:00
parent 4cb9d38c6d
commit 1eaef27c99

View File

@ -404,8 +404,8 @@ def post_to_reddit():
for post in post_configs:
formatted_text = create_post(post['data_type'], post['info_text'])
title = config["title"]
flair_id = config["flair_id"]
title = post["title"]
flair_id = post["flair_id"]
# Submit the post
post = subreddit.submit(