From 872ca174321bfe0de97b45a46cfb9e1fd50d15e9 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Wed, 2 Jul 2025 09:26:25 -0400 Subject: [PATCH] [tasks] Hackety hack --- vrobbler/apps/tasks/webhooks.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vrobbler/apps/tasks/webhooks.py b/vrobbler/apps/tasks/webhooks.py index 898dccb..5ae512a 100644 --- a/vrobbler/apps/tasks/webhooks.py +++ b/vrobbler/apps/tasks/webhooks.py @@ -104,7 +104,9 @@ def todoist_webhook(request): ) if todoist_note: - scrobble = todoist_scrobble_update_task(todoist_note, user_id) + scrobble = todoist_scrobble_update_task( + todoist_note, user_profile.user_id + ) if not scrobble: logger.info(