diff --git a/PixelfedAPI.py b/PixelfedAPI.py index 7414578..5456b15 100644 --- a/PixelfedAPI.py +++ b/PixelfedAPI.py @@ -41,8 +41,7 @@ class PixelfedAPI: } data = { "status": ImageDescription, - "media_ids": [ImageID], - "alt": ImageAltDescription + "media_ids": [ImageID] } try: response = requests.post(apiurl, headers=headers, json=data)