mirror of
https://git.wownero.com/houndvoyager/suchbot.git
synced 2024-08-15 01:03:17 +00:00
Removed unecessary line break
This commit is contained in:
parent
f03cc75f2b
commit
b6caebbd32
1 changed files with 1 additions and 2 deletions
|
@ -34,5 +34,4 @@ def tumblr(post):
|
||||||
os.environ.get("oauth_secret"),
|
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"]}',
|
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"])
|
||||||
source=post["image"])
|
|
Loading…
Reference in a new issue