chore: subject: wrong Canvas email
All checks were successful
build / trigger-build-image (push) Successful in 15s
All checks were successful
build / trigger-build-image (push) Successful in 15s
This commit is contained in:
parent
f8ff9fd0f9
commit
b64ef1198e
|
@ -72,9 +72,7 @@ Teaching Team"""
|
|||
user.email for user in self.users if not user.email.endswith("@sjtu.edu.cn")
|
||||
]
|
||||
print(f"To: {','.join(emails)}")
|
||||
print(
|
||||
f"Subject: [{settings.gitea_org_name}] Important: wrong course configuration"
|
||||
)
|
||||
print(f"Subject: [{settings.gitea_org_name}] Important: wrong Canvas email")
|
||||
print(f"Body:\n{SAMPLE_EMAIL_BODY}")
|
||||
|
||||
def export_users_to_csv(self, filename: Path) -> None:
|
||||
|
|
Loading…
Reference in New Issue
Block a user