Fix move task
This commit is contained in:
parent
475e525468
commit
2a37034775
1 changed files with 1 additions and 1 deletions
2
tasks.py
2
tasks.py
|
@ -264,7 +264,7 @@ def move_to(ctx, moved_to):
|
||||||
)
|
)
|
||||||
return
|
return
|
||||||
|
|
||||||
await send_move(db_session, moved_to)
|
await send_move(db_session, new_actor.ap_id)
|
||||||
|
|
||||||
print("Done")
|
print("Done")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue