fix actor arg in new_follow
This commit is contained in:
parent
6e494ee671
commit
c8688c9dca
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ def cli_inbox_follow(actor):
|
|||
|
||||
message = misc.Message.new_follow(
|
||||
host = app.config.host,
|
||||
actor = actor.id
|
||||
actor = actor
|
||||
)
|
||||
|
||||
asyncio.run(misc.request(inbox, message))
|
||||
|
|
Loading…
Reference in a new issue