diff --git a/mail_config.py.example b/mail_config.py.example index e699d8b2733deda1c1510d11c4bc8503a1289a4a..939db24915388470cc71c698910067158d822790 100644 --- a/mail_config.py.example +++ b/mail_config.py.example @@ -26,4 +26,3 @@ Whole_mail = Head + Body UserReportHead = f"""From: {rcfg.Sender_alias} <{rcfg.Sender}> To: <{rcfg.Admin_email}> Subject: [{{{{ result }}}}]RC Account Creation Report: {{{{ fullname }}}}, {{{{ username }}}} """ - diff --git a/prod_rmq_agents/acct_mgmt_workflow.py b/prod_rmq_agents/acct_mgmt_workflow.py index fa1067ff900941903e02d515b84bf5fbe5db8f02..ae4257e7f27b16263474c648c669f0b4bd2b293a 100755 --- a/prod_rmq_agents/acct_mgmt_workflow.py +++ b/prod_rmq_agents/acct_mgmt_workflow.py @@ -89,4 +89,3 @@ print("Waiting for completion...") rc_rmq.start_consume( {"queue": task, "cb": manage_acct} ) -