Skip to content

Commit 80454bb

Browse files
Update general.py
1 parent a80eadb commit 80454bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

experimentation/general.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ def main(datasets):
166166

167167

168168
if __name__ == "__main__":
169-
mail = "ntoolsecure"
170-
passwd = "qfj3nfr_jnt7ATZ8jgh"
169+
mail = "mail"
170+
passwd = "passwd"
171171
yag = yagmail.SMTP(user=mail, password=passwd)
172172
t_start_g = time.time()
173173
try:

0 commit comments

Comments
 (0)