Skip to content
Snippets Groups Projects
Commit d0f83148 authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Fix end of file

parent 12dc3a50
No related branches found
No related tags found
1 merge request!131WIP: Fix linting
...@@ -26,4 +26,3 @@ Whole_mail = Head + Body ...@@ -26,4 +26,3 @@ Whole_mail = Head + Body
UserReportHead = f"""From: {rcfg.Sender_alias} <{rcfg.Sender}> UserReportHead = f"""From: {rcfg.Sender_alias} <{rcfg.Sender}>
To: <{rcfg.Admin_email}> To: <{rcfg.Admin_email}>
Subject: [{{{{ result }}}}]RC Account Creation Report: {{{{ fullname }}}}, {{{{ username }}}} """ Subject: [{{{{ result }}}}]RC Account Creation Report: {{{{ fullname }}}}, {{{{ username }}}} """
...@@ -89,4 +89,3 @@ print("Waiting for completion...") ...@@ -89,4 +89,3 @@ print("Waiting for completion...")
rc_rmq.start_consume( rc_rmq.start_consume(
{"queue": task, "cb": manage_acct} {"queue": task, "cb": manage_acct}
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment