From d95f426004b48587c59b514fb0946c6ccd781ed2 Mon Sep 17 00:00:00 2001 From: "Arun Johal (johala9)" Date: Wed, 31 Mar 2021 19:42:25 +0100 Subject: [PATCH] Update index.py --- RESIT/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RESIT/index.py b/RESIT/index.py index 008589d..57c9bfa 100644 --- a/RESIT/index.py +++ b/RESIT/index.py @@ -103,6 +103,6 @@ articlesFile = r"C:\Users\arunj\Documents\UniWork\Python\RESIT\templates\ARTICLE announceFile = r"C:\Users\arunj\Documents\UniWork\Python\RESIT\templates\ANNOUNCEMENTS" # REPLACE WITH EMAIL/PASS adminEmail = "arunjohal.email.dev@gmail.com" -adminPass = "Password_21" +adminPass = "" email_sender(subsFile, articlesFile, announceFile, adminEmail, adminPass)