This commit is contained in:
GunChleoc 2022-09-04 09:27:42 +01:00
parent e7b8423dc8
commit 79da06cf2e
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ def toot(urls, title, mastodon, fetched_user ):
ids = []
for url in urls:
ids.append(upload_image_to_mastodon(url, mastodon))
post_text = str(title) + "\n" + "crosposted from https://instagram.com/"+fetched_user # creating post text
post_text = str(title) + "\n" + "crossposted from https://instagram.com/"+fetched_user # creating post text
post_text = post_text[0:1000]
if(ids):
print(ids)