Fix to email field back to group

This commit is contained in:
Matt Guthaus 2016-11-09 12:12:46 -08:00
parent a61844b61b
commit 7b492744d5
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ import datetime
USER = getpass.getuser()
#TO_FIELD = "openram@soe.ucsc.edu"
TO_FIELD = "mrg@ucsc.edu"
TO_FIELD = "openram@soe.ucsc.edu"
#TO_FIELD = "mrg@ucsc.edu"
#TO_FIELD = "bchen12@ucsc.edu"
FROM_FIELD = USER+"@ucsc.edu"