Fix move task

This commit is contained in:
Thomas Sileo 2022-09-11 19:26:41 +02:00
parent 475e525468
commit 2a37034775

View file

@ -264,7 +264,7 @@ def move_to(ctx, moved_to):
)
return
await send_move(db_session, moved_to)
await send_move(db_session, new_actor.ap_id)
print("Done")