1
0
mirror of https://git.sr.ht/~tsileo/microblog.pub synced 2025-06-05 21:59:23 +02:00

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 return
await send_move(db_session, moved_to) await send_move(db_session, new_actor.ap_id)
print("Done") print("Done")