Merge pull request #12 from gunchleoc/fix-typo

Fix typo
This commit is contained in:
George 2022-09-11 17:45:41 +00:00 committed by GitHub
commit 44783e0343
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)