fix: erroneous i

This commit is contained in:
Kat Inskip 2025-02-28 00:41:38 -08:00
parent a42a01299b
commit 220de034a0
Signed by: kat
GPG key ID: 465E64DECEA8CF0F

View file

@ -38,7 +38,7 @@ def request_posts(count: int, tags: list, config) -> list:
kv_print("Rating", post["rating"])
kv_print("Resolution", f"{post['file']['width']}x{post['file']['height']}")
kv_print("Tags", post["tags"])
kv_print("URL", post["file"]["url"])i
kv_print("URL", post["file"]["url"])
# Append the URL to the list
post["show_url"] = f"https://e621.net/posts/{post['id']}"
posts.append(post)