mirror of
https://github.com/kittywitch/konawall-py.git
synced 2026-02-09 04:19:19 -08:00
fix: wrong f-string inner string character
This commit is contained in:
parent
220de034a0
commit
2dba439f6b
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ def request_posts(count: int, tags: list, config={}) -> list:
|
|||
kv_print("Resolution", f"{post['width']}x{post['height']}")
|
||||
kv_print("Tags", post["tags"])
|
||||
kv_print("URL", post["file_url"])
|
||||
post["show_url"] = f"https://konachan.com/post/show/{post["id"]}"
|
||||
post["show_url"] = f"https://konachan.com/post/show/{post['id']}"
|
||||
# Append the URL to the list
|
||||
posts.append(post)
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue