From 2a37034775674ccbbf3134f9c892d2ab5efaef4a Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Sun, 11 Sep 2022 19:26:41 +0200 Subject: [PATCH] Fix move task --- tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks.py b/tasks.py index 17e1754..c36ae07 100644 --- a/tasks.py +++ b/tasks.py @@ -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")