Compare commits

..

No commits in common. "44783e0343b914035d1bd77f4b510bf3182acc1f" and "e7b8423dc885ca4cacdddb7923a19c0afa22b6d9" have entirely different histories.

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" + "crossposted from https://instagram.com/"+fetched_user # creating post text
post_text = str(title) + "\n" + "crosposted from https://instagram.com/"+fetched_user # creating post text
post_text = post_text[0:1000]
if(ids):
print(ids)