def award_to(self, action):
if (action.node.node_type == "answer") and (
action.node.added_at >= (action.node.question.added_at + timedelta(days=int(settings.NECROMANCER_DIF_DAYS)))
def award_to(self, action):
if (action.node.node_type == "answer") and (
action.node.added_at >= (action.node.question.added_at + timedelta(days=int(settings.NECROMANCER_DIF_DAYS)))