88 + if datetime.date.today() >= end_date:
Now the check is backwards. It should be today <= end.
« Back to merge proposal
88 + if datetime. date.today( ) >= end_date:
Now the check is backwards. It should be today <= end.