Removed unecessary line break

This commit is contained in:
houndvoyager 2022-09-02 13:51:56 +02:00
parent f03cc75f2b
commit b6caebbd32
1 changed files with 1 additions and 2 deletions

View File

@ -34,5 +34,4 @@ def tumblr(post):
os.environ.get("oauth_secret"),
)
client.legacy_create_photo("wownero", state="published", tags=["wownero", "such", "meme", "wow", "memes"], caption=f'New meme by {post["submitter"]}!\n{post["title"]} - {post["text"]}', link=f'{post["href"]}',
source=post["image"])
client.legacy_create_photo("wownero", state="published", tags=["wownero", "such", "meme", "wow", "memes"], caption=f'New meme by {post["submitter"]}!\n{post["title"]} - {post["text"]}', link=f'{post["href"]}', source=post["image"])