f1nnix / magplan

Project management system for publishers, magazines and content creators 🗓️⏱️✍🏼

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'plan.tasks.send_idea_notification' has no attribute 'delay'

giusepp3palumbo opened this issue · comments

When I try to suggest a new Idea, i get the following error:
AttributeError: module 'plan.tasks.send_idea_notification' has no attribute 'delay'

It seems this method doesn't exist, i try to search it without success

Thank you, there was a bug in import statement from recent changes. Fixed.

plan.tasks.send_idea_notification should not have any searchable attribute delay. It's bound via shared_task decorator via Celery.