bug fixing and styling

This commit is contained in:
2025-02-05 19:30:53 +01:00
parent 3f2c628830
commit 4b6a90f0cb
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -26,12 +26,12 @@ def main():
py_print("Fetching posts...")
posts = reddit.fetch_posts_with_flair(bot, "Original Art")
py_print("Evaluating posts...\n\n")
py_print("Evaluating posts...\n")
for post in posts:
media = reddit.has_media(post)
media_urls = "\n ".join(media[3])
py_print(
print(
f"\n{post.title}",
f"\n {post.shortlink}"
f"\n {check_emoji if media[0] else cross_emoji} Media ({media[1]}) [{media[2]}]",