CLEANUP: Deleted unused table

This commit is contained in:
JustIceO7
2025-02-07 04:22:36 +00:00
parent 45208a51be
commit 3698948124
3 changed files with 0 additions and 9 deletions

View File

@@ -25,7 +25,6 @@ def send_email(email, func) -> None:
SMTP_PASSWORD = getenv("EMAIL_PASSWORD")
# Setup up the receiver details
login_code = randrange(100000, 1000000)
body = func()
msg = MIMEText(body, "html")