From c5216d83d50345c1c5ee0332f8b532ed813371df Mon Sep 17 00:00:00 2001 From: Andrey Date: Tue, 28 Mar 2017 20:11:45 +0300 Subject: [PATCH] license: removed misleading comment --- project/customer/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/project/customer/utils.py b/project/customer/utils.py index 4cab789..633aa75 100644 --- a/project/customer/utils.py +++ b/project/customer/utils.py @@ -40,7 +40,6 @@ def check_one_profile(profile, License, now_, manual=False): email = EmailMessage(subject=subject, to=(user_email,), body=email_body) email.send() - # флаг manual=False, если вызов из License.save() if not manual: licenses_remain = License.objects.filter(company=profile, date_from__gt = now_ + timedelta(days=1), status=consts.LICENSE_PAID, deleted=False)