[tasks] Hackety hack
This commit is contained in:
@ -104,7 +104,9 @@ def todoist_webhook(request):
|
|||||||
)
|
)
|
||||||
|
|
||||||
if todoist_note:
|
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:
|
if not scrobble:
|
||||||
logger.info(
|
logger.info(
|
||||||
|
|||||||
Reference in New Issue
Block a user