diff --git a/toot/cli/post.py b/toot/cli/post.py index 8d54dd1..f1acb2b 100644 --- a/toot/cli/post.py +++ b/toot/cli/post.py @@ -145,7 +145,7 @@ def post( else: user, app = ctx.user, ctx.app - media_ids = _upload_media(ctx.app, ctx.user, media, descriptions, thumbnails) + media_ids = _upload_media(app, user, media, descriptions, thumbnails) status_text = _get_status_text(text, editor, media) scheduled_at = _get_scheduled_at(scheduled_at, scheduled_in)