This commit is contained in:
Son 2021-10-28 19:07:03 +02:00
parent 74d4aa9f8f
commit c0aa45fc6d
1 changed files with 22 additions and 22 deletions

44
cron.py
View File

@ -462,28 +462,28 @@ nb_referred_user: {stats_today.nb_referred_user} - {increase_percent(stats_yeste
nb_referred_user_upgrade: {stats_today.nb_referred_user_paid} - {increase_percent(stats_yesterday.nb_referred_user_paid, stats_today.nb_referred_user_paid)} nb_referred_user_upgrade: {stats_today.nb_referred_user_paid} - {increase_percent(stats_yesterday.nb_referred_user_paid, stats_today.nb_referred_user_paid)}
""" """
# todo: re-enable # todo: re-enable
# report += f""" # report += f"""
# ---- # ----
# Bounce report: # Bounce report:
# """ # """
# #
# for email, bounces in bounce_report(): # for email, bounces in bounce_report():
# report += f"{email}: {bounces} " # report += f"{email}: {bounces} "
# #
# report += f""" # report += f"""
# ----- # -----
# Alias creation report: # Alias creation report:
# """ # """
# #
# for email, nb_alias, date in alias_creation_report(): # for email, nb_alias, date in alias_creation_report():
# report += f"{email}, {date}: {nb_alias}\n" # report += f"{email}, {date}: {nb_alias}\n"
# #
# report += f""" # report += f"""
# ----- # -----
# Bounce detail report: # Bounce detail report:
# """ # """
# report += all_bounce_report() # report += all_bounce_report()
LOG.d("report email: %s", report) LOG.d("report email: %s", report)