Explorar o código

[tasks] Hackety hack

Colin Powell hai 1 día
pai
achega
872ca17432
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      vrobbler/apps/tasks/webhooks.py

+ 3 - 1
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(