mirror of
https://git.pleroma.social/pleroma/relay.git
synced 2024-11-09 01:57:58 +00:00
remove unnecessary arguemnt for HttpClient.post in cli_inbox_follow
This commit is contained in:
parent
3391749800
commit
e156f3e532
|
@ -537,7 +537,7 @@ def cli_inbox_follow(ctx: click.Context, actor: str) -> None:
|
|||
actor = actor
|
||||
)
|
||||
|
||||
asyncio.run(http.post(inbox, message, None, inbox_data))
|
||||
asyncio.run(http.post(inbox, message, inbox_data))
|
||||
click.echo(f'Sent follow message to actor: {actor}')
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue