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(