mirror of
https://github.com/kittywitch/konawall-py.git
synced 2026-02-09 12:29:19 -08:00
fix: erroneous i
This commit is contained in:
parent
a42a01299b
commit
220de034a0
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue